0.0.1 • Published 9 years ago

slush-jspm-react v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

Slush jspm-react NPM version Code Climate

Slush generator for React js under a JSPM environment and Babel+jsx transpiler

Getting Started

Install slush-jspm-react globally:

$ npm install -g slush-jspm-react

Usage

Create a new folder for your project:

$ mkdir my-project

Run the generator from within the new folder:

$ cd my-project && slush jspm-react

Run jspm install

$ jspm install

Then run the server

$ node server

License

MIT License