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

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...

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)