Local use guide
This will print the list of commands and what they do.
$ npm run
Start the development server.
$ npm start
Or, if you use VS Code, open the Tasks list and select npm: start
.
Open in the browser:
The app will auto-reload on updating files. Also you’ll see any lint errors in the console.
It bundles React in production mode and optimizes the build for the best performance. The output goes to build
folder.
$ npm build