rjz / es6-client-boilerplate

Starting point for client-side es6 projects
Other
5 stars 1 forks source link

ES6 Boilerplate

Build Status

A boilerplate for client-side ES6 projects that includes:

Installation

Install and build:

$ npm install
$ npm run build

Testing

Lint and run test suite:

$ npm test

License

MIT