This repo contains sample code of how to setup a react app on Docker with Webpack and Babel.
- Build:
docker build -f Dockerfile.dev -t docker-react-webpack .
- Run:
docker run -p 80:8080 docker-react-webpack
- React-with-webpack forked from: https://github.com/deadwing7x/react-with-webpack
- Favicon: favicon