99xt/node_docker_developer_environment is pre-configured Docker container that provides you a solid development envirement for your Node backend applications without installing all those software packages, tools and a web server on your local machine. This intends to provide clean and synced development envirement between each team memebers and also between multiple computers when you work on the same project.
This contains a sample react web application.
Clone project in to your local machine
git clone https://github.com/99xt/node_docker_developer_environment.git
Change directory to node_docker_developer_environment
cd node_docker_developer_environment
Start the docekr container
docker-compose up
See the Docker Docs here