Here you will understand how to start the project.
You have to run npm run start:dev to start the application in development mode. It will start a React app on an available port.
npm run start:dev
Name
Description
start
Serves the app in production mode from build/ folder
build/
start:prod
Same as start
start:dev
Runs the app in development mode
build
Builds a production-ready application to the build/
test
Runs tests (none yet)
eject
Just, please, do not run this. Docsarrow-up-right
lint
Lints code. Being run after every commit.
Last updated 5 years ago