Nx Monorepo Template for Angular and NestJS

Welcome, this is a nx monorepo template for angular and nestjs

Table of Contents

Features

  • Nx 19 for efficient monorepo management
  • Angular 18 with esbuild for fast and optimized builds

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

Installation

  1. Clone the repository:
 git clone https://github.com/LMatass/nx-angular-nest-template.git
  1. Change into the project directory:
cd nx-angular-nest-template
  1. Install depedencies
npm install
# or
yarn

Scripts

  1. To start both fe and be:
npm run start
  1. To lint the project:
npm run lint
  1. To format code using Prettier:
npm run prettier

Branches

  • main: Main branch with Angular and NestJS.
  • feat/add-tailwind: Branch with Tailwind CSS integrated.