Welcome, this is a nx monorepo template for angular and nestjs
- Nx 19 for efficient monorepo management
- Angular 18 with esbuild for fast and optimized builds
Before you begin, ensure you have met the following requirements:
- Node.js installed
- npm or Yarn installed
- Angular CLI installed
- Nx installed
- Clone the repository:
git clone https://github.com/LMatass/nx-angular-nest-template.git
- Change into the project directory:
cd nx-angular-nest-template
- Install depedencies
npm install
# or
yarn
- To start both fe and be:
npm run start
- To lint the project:
npm run lint
- To format code using Prettier:
npm run prettier
- main: Main branch with Angular and NestJS.
- feat/add-tailwind: Branch with Tailwind CSS integrated.