Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/isomorphic-learn-react
Isomorphic edition of learn react (experimental)
https://github.com/robbestad/isomorphic-learn-react
Last synced: about 1 month ago
JSON representation
Isomorphic edition of learn react (experimental)
- Host: GitHub
- URL: https://github.com/robbestad/isomorphic-learn-react
- Owner: robbestad
- Created: 2015-05-16T16:31:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T16:48:56.000Z (over 9 years ago)
- Last Synced: 2024-04-13T17:10:58.788Z (9 months ago)
- Language: CSS
- Size: 9.12 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learn React
======================A playground for server-side rendering with react, react-router and flux.
After cloning the repo, do this so check it out:
```sh
$ npm install
$ ./script/dev
# open http://localhost:5000
```