Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pterolex/react-redux-isomorphic-workshop
https://github.com/pterolex/react-redux-isomorphic-workshop
demo isomorphic javascript react
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pterolex/react-redux-isomorphic-workshop
- Owner: pterolex
- Created: 2015-12-04T18:30:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T19:00:18.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T16:45:44.652Z (over 1 year ago)
- Topics: demo, isomorphic, javascript, react
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Isomorphic demo app
-------------------## Installation (development)
1. ```npm install```
2. ```cp etc/client-config.json.sample etc/client-config.json``` (by default connect to production REST API)
3. ```npm run server```
4. ```npm run devserver``` (in another terminal, and wait until build is ready)
5. open http://localhost:3001