Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 308 Bytes

Commands

  • npm start - start the dev server
  • npm run build - create build in dist folder
  • npm run lint - run an ESLint check
  • npm run coverage - run code coverage and generate report in the coverage folder
  • npm test - run all tests
  • npm run test:watch - run all tests in watch mode