This project was generated using Angular CLI version 21.2.1 and the project aims to display songs or artists through an API.
To start a local development server, run:
ng serveTo build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
To execute unit tests with the Vitest test runner, use the following command:
ng test