An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Slush jspm-react [![NPM version](https://badge-me.herokuapp.com/api/npm/slush-jspm-react.png)](http://badges.enytc.com/for/npm/slush-jspm-react) [![Code Climate](https://codeclimate.com/github/kosz/slush-jspm-react/badges/gpa.svg)](https://codeclimate.com/github/kosz/slush-jspm-react)

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

[![Stories in Ready](https://badge.waffle.io/kosz/slush-jspm-react.svg?label=ready&title=Ready)](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