festusiyere / Hades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hades

This project was generated with Angular CLI version 16.1.6.

First Time Setup

To set up this project for the first time, follow these steps:

  1. Ensure you have Node version 16.20.1 (or later) installed.
  2. Ensure you have Angular CLI version 16.1.6 installed.
  3. Clone the repository to your local machine by running the following command: git clone https://github.com/festusiyere/Hades.git
  4. Navigate into the Hades folder using the command: cd Hades
  5. Install the project dependencies by running either of the following commands: yarn install or npm install
  6. To run the project, use the following command:

The application will automatically reload if you change any of the source files.

Development Server

To run the development server, use the command: ng serve Then, navigate to http://localhost:3300/ in your web browser. The application will automatically reload if you change any of the source files.

Build

To build the project, execute the following command: ng build The build artifacts will be stored in the dist/hades directory.

Running Unit Tests

To execute the unit tests via Karma, use the following command: ng test

About


Languages

Language:TypeScript 56.2%Language:SCSS 26.8%Language:HTML 17.0%