ReactJs. Best Practices for Personal Webapps

##Boilerplate for Isomorphic Relay React App (with Hot Module Replacement)

Code example for a video tutorials

Start

  1. npm install
  2. Start application HTTP server: npm run app:server:start:dev.
  3. Start application Webpack server: npm run app:webpack:start.
  4. Navigate to http://localhost:4444.