In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React (with Server Side Rendering) in production mode.
Open http://localhost:3000 to view it in the browser.
Runs the fake db server. Json server must be installed globally.
npm install -g json-server
Open http://localhost:4000 to view it in the browser.
Shows eslint errors.
Corrects any errors that it can fix.
Makes icons under src/public/assets/icons
into react components.
If a new icon is added, this command should be run.