Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 508 Bytes

File metadata and controls

18 lines (12 loc) · 508 Bytes

The project template was built with Create React App (https://github.com/facebookincubator/create-react-app).

To run the production version, simply server the build folder, for example:

npm install -g pushstate-server

pushstate-server build

The server will start on http://localhost:9000

To run the project in dev mode:

  1. Install the npm dependencies

npm install

  1. Run the build and start the server on port localhost:3000

npm start

To just build the project:

npm run build