isomorphic-react-example
v0.0.2
Published
Sample NodeJS app which uses Babel and Webpack to create a simple React app demonstrating isomorphic components
Readme
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 installTo build once and serve:
$ npm run build:all
$ npm startTo run an incrementally-built server:
$ npm run watch:allThen 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
