This repository contains the code for the Modern Angular With Signals Course, updated to Angular 18.
-
Clone the repository:
git clone https://github.com/angular-university/angular-signals-course.git cd angular-signals-course
-
Install dependencies:
npm install
-
Start the backend server:
npm run server
-
Start the frontend application:
npm start
or
ng serve
The application will be available at http://localhost:4200