This is my boilerplate project, bootstrapped with Create React App.
##3 Scripts
These are the main commands you'll need to execute to develop the application.
Command | Description |
---|---|
npm start |
Start a new local development server on http://localhost:3000 |
npm build |
Build the site for production |
npm test |
Run Jest |
npm run lint |
Run Eslint |
npm run format |
Run Prettier |