Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1008 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1008 Bytes

Angular and NestJS Template

This project is a template for building applications using Angular and NestJS. It provides a structured setup for both the frontend and backend components.

Features

  • Frontend: The frontend folder contains the Angular application code. It includes a basic project structure with pre-configured routing, components, services, and styles.
  • Backend: The backend folder contains the NestJS application code. It includes a basic project structure with pre-configured controllers, services, and modules.

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Install dependencies for the frontend: cd frontend && npm install
  3. Install dependencies for the backend: cd backend && npm install
  4. Start the frontend development server: cd frontend && ng serve
  5. Start the backend development server: cd backend && npm run start:dev

Folder Structure

The project structure is as follows: