jspm-systemjs-babel-seed
v0.1.0
Published
A JSPM initialised repository with sane defaults.
Downloads
3
Readme
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
- Hot module replacement
- Standard(?)
- Production workflow
- Tests workflow
Getting Started
Clone the repository
git clone [email protected]: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