Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 208 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 208 Bytes

Mono repo with Angular and Nestjs using Nx

Prerequisite

  • docker

Builds

  • frontend

    npx nx build frontend

  • backend

    npx nx build backend

Run docker containers

docker-compose up