es6-client-boilerplate

Starting point for client-side es6 projects

OTHER License

Downloads
11
Stars
5
Committers
1

ES6 Boilerplate

A boilerplate for client-side ES6 projects that includes:

  • Babel (ES6 -> ES5)
  • Test runner (karma/jasmine)
  • Build (webpack)
  • a copy of the MIT license, contributing guidelines, and an exquisite readme

Installation

Install and build:

$ npm install
$ npm run build

Testing

Lint and run test suite:

$ npm test

License

MIT

Package Rankings
Top 15.18% on Npmjs.org
Badges
Extracted from project README
Build Status
Related Projects