Sample of an Isomorphic React application that renders content on the server and the client.
Run this npm command to install dependencies:
$ npm install
Run this script to build the index-client.js
-> ./assets/bundle.js
:
$ npm run build
Run this command to start a webserver at http://localhost:3000:
$ npm start