- Node.js: ^18.19.1 || ^20.11.1 || ^22.0.0
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:4200/
.
Run the following command:
npm run test
- Generate the docs by running the following command:
npm run compodoc
- Open your browser and navigate to
http://127.0.0.1:8080
.