0.1.0 • Published 9 years ago

jspm-systemjs-babel-seed v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

JSPM, SystemJS, Babel Seed

A JSPM initialised repository with sane defaults.

Features

  • Babel for transpilation
  • Simplified Web Starter Kit index page
  • Main module ready for ES6 imports

TODO

Getting Started

Clone the repository

git clone git@github.com:swirlycheetah/jspm-systemjs-babel-seed.git <your-project-name>

Install the project dependencies

npm install

Start the server

./node_modules/.bin/live-server --open=src

License

Released under the MIT license: opensource.org/licenses/MIT