Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.29 KB

Docker + Django + React App Tutorial

Code repo for a series of tutorials on setting up an app with Docker Compose, Django, and Create React App. Each tutorial has its own branch (because it was difficult to get deployments to work from subdirectories).

Dependencies

Setting up the app

Checkout the branch for a given tutorial, and run docker-compose build

Running the app on local

Run docker-compose up to see messages in the terminal. Run docker-compose start to run the app in the background.