Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 304 Bytes

cop-builder-pattern

maintainer facing readme

Local Dev

Installation

  1. npm i
  2. npm start (http://localhost:4200/)

Code Quality Checks

  • Linting - npm run lint
  • Tests - npm run test | npm run test-once
    • The single run test command will also generate a code coverage report.