##Boilerplate for Isomorphic Relay React App (with Hot Module Replacement)
Code example for a video tutorials
npm install
- Start application HTTP server:
npm run app:server:start:dev
. - Start application Webpack server:
npm run app:webpack:start
. - Navigate to
http://localhost:4444
.