Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 196 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 196 Bytes

Development

$ npm run install
$ npm run watch
# browse to localhost:9000

Building

To build public/js/bundle.js for use with, e.g. github pages:

$ npm run build