Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 780 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 780 Bytes

NxAngularNest

This project was generated using Nx.

Tech Stacks

  • TypeScript
  • Nx is a set of Extensible Dev Tools for Monorepos
  • Angular framework
  • NestJS framework

Installation

# Install dependencies
$ npm i

# Or
$ yarn

Run on locally

Run multi apps with one command in development

$ npm start

Workspace information

App Port Description
api 3333 The api built by NestJS
journal 4200 The web app built by Angular

Docker Compose

# Run docker compose
$ docker-compose up

# Clear docker compose
$ docker-compose down

Open http://localhost/ on browser to access journal app