Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 320 Bytes

MEAN Stack with Docker Compose and Caddy Server

Dubugging

Goto Debug section of VSCode and select Compound and press F5 key to launch Both frontend and backend

Dev build

make build-dev
make run-dev

Production build

make build-production
make run-production

Stop

make stop