Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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