https://github.com/kosz/slush-jspm-react
Slush generator for React.js, under a JSPM environment and Babel+JSX transpiler
https://github.com/kosz/slush-jspm-react
Last synced: about 2 months ago
JSON representation
Slush generator for React.js, under a JSPM environment and Babel+JSX transpiler
- Host: GitHub
- URL: https://github.com/kosz/slush-jspm-react
- Owner: kosz
- License: mit
- Created: 2015-07-19T01:31:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T03:32:30.000Z (almost 10 years ago)
- Last Synced: 2025-04-03T19:42:28.623Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Slush jspm-react [](http://badges.enytc.com/for/npm/slush-jspm-react) [](https://codeclimate.com/github/kosz/slush-jspm-react)
> Slush generator for React js under a JSPM environment and Babel+jsx transpiler
[](http://waffle.io/kosz/slush-jspm-react)
## Getting Started
Install `slush-jspm-react` globally:
```bash
$ npm install -g slush-jspm-react
```### Usage
Create a new folder for your project:
```bash
$ mkdir my-project
```Run the generator from within the new folder:
```bash
$ cd my-project && slush jspm-react
```Run jspm install
```bash
$ jspm install
```Then run the server
```bash
$ node server
```## License
MIT License