- Run
npm install
to install dependencies. - Run
npm run start
to see the app athttp://localhost:3000
.
These scripts refer to the different stages of developing an application:
npm run start
- Runs which starts react in development modenpm run build
- Runs build which builds the application for production usage
Now you're ready to rumble! 🚥
...
...