Skip to content

Imfahrenheit/react-node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start the client & server

This is the root directory of the app contaning client and server. I have integrated docker containerization with this application.

Docker commands

Assuming that there is docker installed and running in the local machine, run the following docker commands to start both client and server in seperate container while cummunicating to each other.

Clone the repository run from root where docker-compose.yml file is located

$ docker-compose up

to stop and clean-up the containers run :

docker-compose down

Check the react app on port 3000 and api on port 8000 in your local machine.

About

simple react and express app running on docker containers (Github repository search app)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published