assignment_turned_in Prerequisites
Before you begin, ensure you have the following tools installed on your system:
Node.js and NPM
Install Node.js (v24+) from nodejs.org
Angular CLI
Install globally: npm install -g @angular/cli
get_app Installation Guide
Extract Package
Download the Kuber package and extract it to your workspace directory.
Install Dependencies
Open terminal in the project folder and run:
npm install
Run Project
Start the development server:
ng serve
Then open http://localhost:4200/ in your browser.
build Installation & Setup
Developer Tip
Use custom.scss for your
own styles to ensure
easy updates to future versions of the template.