This project was tested with the latest version of nodeJS and npm, please make sure you have atleast node.js 5+ and NPM 3+ installed.
- Clone or fork this repository
- run
npm installto install dependencies - run
npm startto fire up dev server - open browser to
http://localhost:3000 - Server side implemention
link
to create a ready production distribution package of the project please run:
npm run build
after running build the generated files will be available at /dist