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
- Host: GitHub
- URL: https://github.com/rendro/react-workshop
- Owner: rendro
- Created: 2015-04-23T23:18:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T13:51:41.000Z (about 11 years ago)
- Last Synced: 2025-04-15T17:36:03.539Z (about 1 year ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React.js example
This is a demo repository used to teach how to build apps with react & flux.

## Initial installation
```
$ npm install
$ npm install -g jspm
$ jspm install
```
## Start JSON Server
```
$ npm run api
```
## Start dev server
```
$ npm start
```