- Clone the repo.
- Run
npm installto get the required dependencies. - Run
npm run buildto "compile" the app, put the necesary files (minified and optimized) in the public folder, and create a style-guide in public/styleguide. - Use
npm startto run the webapp in http://localhost:5000/.
Use npm run dev to run the app in development mode, with hot reload enabled.
- Web/App: http://localhost:8080/
- Style-guide: http://localhost:8080/styleguide