- Install dependencies
npm i
- Run the development server
npm run start:dev
test: ng test
- runs unit tests in a project.lint: ng lint
- run linters (without auto-fix)cypress: npx cypress open
- opens the interactive Cypress browser, enabling real-time test writing, debugging, and testingcypress:run: npx cypress run
- runs tests in command-line mode without browser interaction