Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 466 Bytes

File metadata and controls

13 lines (11 loc) · 466 Bytes

react-app-template

A template for a React app.

Instructions

  1. create a new repository using this template
  2. edit package.json as needed
  3. execute npm install to install the project dependencies
  4. execute npm run serve to start a development server on port 8000
  5. create your app
  6. stop the development server
  7. execute npm run build to build a production version of your app
  8. use a web server to serve the files in the dist/ folder