chunghha / docker-fs-gql

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:TypeScript 59.5%Language:JavaScript 16.3%Language:HTML 12.8%Language:SCSS 6.8%Language:Dockerfile 2.5%Language:Shell 2.1%