https://github.com/ziyi2/rewatch-server-render
react,redux,router...
https://github.com/ziyi2/rewatch-server-render
Last synced: about 1 year ago
JSON representation
react,redux,router...
- Host: GitHub
- URL: https://github.com/ziyi2/rewatch-server-render
- Owner: ziyi2
- Created: 2016-09-12T03:27:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T09:10:48.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T20:34:12.790Z (over 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rewatch-server-render
## Start
- webpack
```javascript
npm run browser //browser
npm run node //node
```
- server
```javascript
npm start
```
>Tip: you should install supervisor to manager the App's process.
Make sure your server is running then visit [http://localhost:3000](http://localhost:3000)