Prerequisites
Before you begin, make sure you have the following installed:- Node.js 18 or later — nodejs.org
- npm — bundled with Node.js
- Angular CLI v20+ — installed globally (see step below)
- Git — git-scm.com
Get up and running
Install Angular CLI
Install the Angular CLI globally on your machine. You only need to do this once.Verify the installation:
Install dependencies
Navigate into the project directory and install npm packages.This installs all Angular dependencies listed in
package.json.Start the development server
Run the Angular development server.The build will compile and the server will start. Wait for the output to show:
What’s next
Installation
Full environment setup, CLI command reference, and troubleshooting.
Courses
Learn how to create, manage, and publish courses in Karma LMS.
Development setup
Project architecture, testing, and build configuration for contributors.
