Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximilianschmitt/server-side-react
A minimal setup for rendering React on the server using express and react-router.
https://github.com/maximilianschmitt/server-side-react
Last synced: about 1 month ago
JSON representation
A minimal setup for rendering React on the server using express and react-router.
- Host: GitHub
- URL: https://github.com/maximilianschmitt/server-side-react
- Owner: maximilianschmitt
- Created: 2015-07-15T13:12:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T19:39:47.000Z (over 9 years ago)
- Last Synced: 2024-10-15T04:45:05.964Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# server-side-react
A minimal setup for rendering [React](http://reactjs.org/) on the server using [express](http://expressjs.com/) and [react-router](http://rackt.github.io/react-router/).
## Installation
```
$ npm install
```## Starting the server
```
$ npm start
```The server will listen on port `3000` or the one specified in the environment variable `PORT`.