0.0.2 • Published 8 years ago

isomorphic-react-example v0.0.2

Weekly downloads
3
License
WTFPL
Repository
github
Last release
8 years ago

isomorphic-react-example

A simple NodeJS app which uses Babel and Webpack to create a simple React app demonstrating isomorphic components. Inspired by react-server-example.

Usage

$ npm install

To build once and serve:

$ npm run build:all
$ npm start

To run an incrementally-built server:

$ npm run watch:all

Then navigate to http://localhost:8000 and click on the button to see some reactive events in action.

Try viewing the page source to ensure the HTML being sent from the server is already rendered

Requirements

Node.js v5.10.1