isomorphic-react-example

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i isomorphic-react-example

Weekly Downloads

2

Version

0.0.2

License

WTFPL

Last publish

Collaborators

  • hamms