es6-client-boilerplate
v0.0.1
Published
starting point for client-side es6 projects
Readme
ES6 Boilerplate
A boilerplate for ES6 projects that includes:
- Babel (ES6 -> ES5)
- Test runner (karma/jasmine)
- Build (webpack)
- a license, contributing guidelines, and this exquisite readme
Installation
Install global dependencies (if you haven't already)
$ npm install -g webpack karma-cli
$ npm installTesting
Lint:
$ npm run lintLint and run test suite:
$ npm testLicense
MIT
