- Clone this repo
- Run
npm installto install all the dependencies - Run
npm run developto start Browserify - Run
npm startto start an http server - Open
index.htmlin your browser
To build the application into a production bundle, run:
npm run build
You can now open production.html in your browser.