Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 436 Bytes

react-express-docker

Logo

An example react application with express server as the backend.


Running the App

Dev Enviroment

docker-compose up -f docker-compose.dev.yml --build

Prod Enviroment

docker-compose up --build