Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 251 Bytes

File metadata and controls

13 lines (10 loc) · 251 Bytes

Isomorphic JavaScript using React

The most simplistic, isomorphic JavaScript example using React and Node.js.

Install

$ npm install
$ npm install -g gulp
$ gulp build
$ node ./public/server

Open a browser go to http://localhost:3000