Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 800 Bytes

DockerFsGql

This project was generated with Angular CLI using Nrwl Nx.

To run this app in Docker, just

sh run.sh <rebuild | front | api>

rebuild:   build both front/api Docker images
front:     build only front(client) Docker image
api:       build only api(server) Docker image
otherwise, docker-compose up without rebuilding of the images.

Then open this app at http://localhost:4333

To stop this app in Docker, just

sh stop.sh

To start this app during development, just

yarn start both

Which will start client/server, then open this app at http://localhost:4200

Nrwl Extensions for Angular (Nx)