Based on https://github.com/xebia-france/moisdujs-react, this repo explain how to use Docker to build a front application.
Make the build of your application, node version, tools and platform agnostic.
- docker >= v.1.10
- docker-toolbox (on Mac OS / Windows)
Warning for Windows users : not tested at all! - for command autocompletion, see https://docs.docker.com/compose/completion/
$> git clone https://github.com/xebia-france/moisdujs-react.git
$> cd moisdujs-docker
$> npm install
$> npm run build:docker
$> docker run -d -p 8080:80 moisdujs/react:0.1.0
$> open http://192.168.99.100:8080