Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 283 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 283 Bytes

ES6 Modules Packager

First run:

$ npm install

For development environment run:

$ grunt server:dev

For production environment run:

$ grunt server:prod

After server has started go to localhost:9001

For docs run:

$ grunt docs