Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 569 Bytes

File metadata and controls

44 lines (31 loc) · 569 Bytes

Dynamic User Dashboard - Assessment

Using Angular 18, NgRx, Angular Material, and Jest

Getting started

Requirements

Node: v20.9.0
NPM: v10.5.0
Angular CLI: v18.0.5

Installation

Clone the repository

git clone git@github.com:roc41d/dynamic-user-dashboard-assessment.git

Switch to project folder

dynamic-user-dashboard-assessment

Install dependencies

npm i

Run tests

npm test

Start local development server

npm start

You can now access the app via http://localhost:4200