https://github.com/lookfirst/generator-systemjs
Yeoman generator for SystemJS / ES6 / jspm / Angular / React
https://github.com/lookfirst/generator-systemjs
Last synced: over 1 year ago
JSON representation
Yeoman generator for SystemJS / ES6 / jspm / Angular / React
- Host: GitHub
- URL: https://github.com/lookfirst/generator-systemjs
- Owner: lookfirst
- License: mit
- Created: 2015-03-09T22:22:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T18:04:08.000Z (almost 11 years ago)
- Last Synced: 2025-03-18T18:58:22.783Z (over 1 year ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://david-dm.org/lookfirst/generator-systemjs)
[](https://travis-ci.org/lookfirst/generator-systemjs)
# Yeoman generator for SystemJS / ES6 / jspm / Angular / React
This project is the generator for the [SystemJS Seed project](https://github.com/lookfirst/systemjs-seed/) and [SystemJS Material Start ES6 project](https://github.com/lookfirst/systemjs-material-start). Please see those projects for more details and examples.
# Note!
This project is a bit out of date now due to jspm being a bit of a moving target. I've been slammed with starting a new business and haven't had a chance to keep things up to date. PR's welcome!
# Usage
```
npm install -g gulp jspm yo generator-systemjs
```
```
mkdir myapp && cd myapp
yo systemjs
gulp run
http://localhost:9000
```