Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 679 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 679 Bytes

Product Catalogue

Prerequisites

  • Node.js: ^18.19.1 || ^20.11.1 || ^22.0.0

Running the Project Locally

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm start
  3. Open your browser and navigate to http://localhost:4200/.

Running automated tests

Run the following command:

npm run test

Documentation

  1. Generate the docs by running the following command:
    npm run compodoc
  2. Open your browser and navigate to http://127.0.0.1:8080.

Additional Documentation