Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rjz/es6-client-boilerplate
- Owner: rjz
- License: other
- Created: 2015-05-07T04:12:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T04:33:54.000Z (about 9 years ago)
- Last Synced: 2024-10-16T23:54:04.805Z (2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 readmeInstallation
-------------------------------------------------------------------------------Install and build:
$ npm install
$ npm run buildTesting
-------------------------------------------------------------------------------Lint and run test suite:
$ npm test
License
-------------------------------------------------------------------------------MIT