REACT App for drawing together online over websockets!! Hosted live on heroku at: http://dt-react.herokuapp.com/rooms
Uses Rails backend API for persisting art in a database. Repo for the backend.
Heroku deploys set up with:
Heroku deployable boilerplate for React/Flux/Webpack apps. This sample is a reference to this post.
To run a session with hot reloads:
$ npm run devbuild
$ npm start
This should include all the webpack middleware.