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

https://github.com/jramcast/react-isomorphic-example

Example of how to setup a React isomorphic project with server side rendering
https://github.com/jramcast/react-isomorphic-example

Last synced: 3 months ago
JSON representation

Example of how to setup a React isomorphic project with server side rendering

Awesome Lists containing this project

README

        

# react-isomorphic-example
Example of how to setup a React isomorphic project with server side rendering

Run the web server:

npm start

Run webpack server for live reloading:

npm run build-dev

Navigate to __http://localhost:3000/__