Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
/ docker-fs-gql Public archive

A demo of full stack project based on @nrwl/nx

Notifications You must be signed in to change notification settings

chunghha/docker-fs-gql

Repository files navigation

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)