es6-client-boilerplate

starting point for client-side es6 projects

Usage no npm install needed!

<script type="module">
  import es6ClientBoilerplate from 'https://cdn.skypack.dev/es6-client-boilerplate';
</script>

README

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