Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 504 Bytes

Star Wars Battle Arena

Getting started

  1. Install dependencies
npm i
  1. Run the development server
npm run start:dev

Other useful commands

  1. test: ng test - runs unit tests in a project.
  2. lint: ng lint - run linters (without auto-fix)
  3. cypress: npx cypress open - opens the interactive Cypress browser, enabling real-time test writing, debugging, and testing
  4. cypress:run: npx cypress run - runs tests in command-line mode without browser interaction