Skip to content

xiaodchen/ReactAppInDocker

Repository files navigation

Getting Started

React - Coding exercise by Diana

Start the process with the following:

Local:
> npm install
> npm start
Docker:
docker build -t react-docker .
#### Map your local host port 4000 to the docker app server's port 8008
docker run -it -p 4000:8008 react-docker

About

React app in Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published