Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjz/es6-client-boilerplate

Starting point for client-side es6 projects
https://github.com/rjz/es6-client-boilerplate

Last synced: 2 months ago
JSON representation

Starting point for client-side es6 projects

Awesome Lists containing this project

README

        

ES6 Boilerplate
===============================================================================

[![Build Status](https://travis-ci.org/rjz/es6-client-boilerplate.svg?branch=master)](https://travis-ci.org/rjz/es6-client-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