Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 508 Bytes

List of Links

## Install & run

npm i && npm start

Go to http://localhost:3000/.

Build

npm run build

This will create a dist/ folder with a app.min.js which will be used on any environment which isn't undefined (i.e. not local).

npm run start-prod

This will build and then run your app with environment set to production, so that app.min.js and config/production.js are used.


Based on the boilerplate from https://github.com/DominicTobias/universal-react/