Skip to content

truocphamkhac-agilityio/nx-angular-nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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