Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 682 Bytes

Repo for Draw Together App on heroku.

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:

Webpack-React-Heroku Boilerplate

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.