This project is a client application developed in Angular 16. Below are the instructions for cloning, installing dependencies, and running the project.
Make sure you have the following requirements installed before you begin:
-
Clone the repository to your local machine:
git clone https://github.com/IDWM/hackadisc-angular-client.git
-
Navigate to the project directory:
cd hackadisc-angular-client -
Install the project dependencies:
npm install
-
To run the application in development mode, use the following command:
ng serve -o