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

https://github.com/rendro/react-workshop

React / Flux application
https://github.com/rendro/react-workshop

Last synced: 4 months ago
JSON representation

React / Flux application

Awesome Lists containing this project

README

          

# React.js example

This is a demo repository used to teach how to build apps with react & flux.

![](app.png)

## Initial installation

```
$ npm install
$ npm install -g jspm
$ jspm install
```

## Start JSON Server

```
$ npm run api
```

## Start dev server

```
$ npm start
```