A template for a React app.
- create a new repository using this template
- edit
package.jsonas needed - execute
npm installto install the project dependencies - execute
npm run serveto start a development server on port 8000 - create your app
- stop the development server
- execute
npm run buildto build a production version of your app - use a web server to serve the files in the
dist/folder