0.0.1 • Published 9 years ago

es6-client-boilerplate v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ES6 Boilerplate

Build Status

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 install

Testing

Lint:

$ npm run lint

Lint and run test suite:

$ npm test

License

MIT