erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Dockerize this starter kit #1232

Closed sauravskumar closed 8 years ago

sauravskumar commented 8 years ago

Can someone please guide me how to package this app into docker container for production and development with all the live reload and more. I think this could be a great new direction for development with this starter kit.

sbehrends commented 8 years ago

There is a Pull Request with a Dockerfile at #946