Clone this repository:
git clone https://github.com/mrpatiwi/routed-react.git
cd routed-reactInstall dependencies:
npm installStart the project at http://localhost:3000.
npm startBe sure to install Docker and start a Docker-machine if necessary.
Let's create an image named routed-react:
docker build -t routed-react .Finally, start a container named routed-react-instance at port 80.
docker run -p 80:9000 --name routed-react-instance routed-reactnpm test