Slush generator for React js under a JSPM environment and Babel+jsx transpiler
Install slush-jspm-react globally:
$ npm install -g slush-jspm-reactCreate a new folder for your project:
$ mkdir my-projectRun the generator from within the new folder:
$ cd my-project && slush jspm-reactRun jspm install
$ jspm installThen run the server
$ node serverMIT License
