- Windows10
- Docker Desktop 2.2.0.3
- docker-compose
- visual studio code 1.42.1
mkdir frontend/node_modules
docker-compose build
docker-compose up -d
# attach shell
cd ..
ng new frontend --skipGit=true
# attach shell
cd /frontend
ng serve --host=0.0.0.0
docker-compose down -v