npm install -g yarn
nx
Run docker build -t ng .
to build a new image.
Run docker run -p 4200:4200 ng
to start container
Navigate to http://localhost:4200/
Run nx serve
for a dev server. Navigate to http://localhost:4200/
The application will automatically reload if you change any of the source files.
Run npm run deploy