Skip to content

The front-end for a forum web application, made with React and TypeScript.

Notifications You must be signed in to change notification settings

ketchup-cfg/forum-react

Repository files navigation

forum-react

Just a web forum made with React and TypeScript, and styled with TailwindCSS.

Running the Application

To run the application, just run the following command in your terminal from the root application directory:

npm run start

Running Unit Tests

To run the unit tests for the application, run the following command in your terminal from the root application directory:

npm run test

And to view test coverage:

npm run test -- --coverage

Building the Application for Production

To build the application for production (this process will perform steps such as minification, etc), run the following:

npm run build

After this, the production-ready version of the application can be found under the build directory, and the content within this directory should then be moved to a server to be deployed to be accessible.

About

The front-end for a forum web application, made with React and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published