Another basic todo app in React and Flux
npm install
npm start
Webpack auto-watches client assets. Nodemon auto-watches server assets.
npm install
npm run dev
Bundle the assets for production.
npm run build
Create and run the docker-compose environment
docker build -t todo .
docker-compose up