React Demo Project
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8080/ to view it in your browser.
The page will reload when you make changes.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Builds server side part for production to the dist/server
folder.
Runs tests.
Runs tests, shows the percentage of coverage, and creates a "coverage" folder with detailed coverage information.
Run cypress for make E2E tests.
Before starting the server, you need to run npm run build
and npm run build:server
.
Then run npm run server
.