admin

Please wait...

assignment_turned_in Prerequisites

Before you begin, ensure you have the following tools installed on your system:

desktop_windows
Node.js and NPM

Install Node.js (v24+) from nodejs.org

code
Angular CLI

Install globally: npm install -g @angular/cli

get_app Installation Guide

1
Extract Package

Download the Kuber package and extract it to your workspace directory.

2
Install Dependencies

Open terminal in the project folder and run:

npm install
3
Run Project

Start the development server:

ng serve

Then open http://localhost:4200/ in your browser.

build Installation & Setup

info
Developer Tip

Use custom.scss for your own styles to ensure easy updates to future versions of the template.