Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 912 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 912 Bytes

Slush jspm-react NPM version Code Climate

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

Stories in Ready

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