https://github.com/chrisdwheatley/jspm-systemjs-babel-seed
A jspm initialised repository with sane defaults.
https://github.com/chrisdwheatley/jspm-systemjs-babel-seed
Last synced: 5 months ago
JSON representation
A jspm initialised repository with sane defaults.
- Host: GitHub
- URL: https://github.com/chrisdwheatley/jspm-systemjs-babel-seed
- Owner: chrisdwheatley
- Created: 2015-04-25T15:31:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T21:55:30.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T19:51:02.816Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [jspm](http://jspm.io/), [SystemJS](https://github.com/systemjs/systemjs), [Babel](http://babeljs.io/) Seed
A jspm initialised repository with sane defaults.
### Features
* Babel for transpilation
* Simplified [Web Starter Kit](https://developers.google.com/web/starter-kit/) index page
* Main module ready for ES6 imports### TODO
* [Hot module replacement](https://github.com/geelen/jspm-server)
* [Standard](https://github.com/feross/standard)(?)
* Production workflow
* Tests workflow### Getting Started
Clone the repository (into a renamed directory if desired):
`git clone [email protected]:swirlycheetah/jspm-systemjs-babel-seed.git your-project-name`
Change to the new directory:
`cd your-project-name`
Install the project dependencies:
`npm install && jspm install`
Start the server:
`./node_modules/.bin/live-server --open=src`
Navigate to `http://127.0.0.1:8080/src/` if `live-server` did not do so for you.
### License
Released under the MIT license: [opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)