Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 276 Bytes

File metadata and controls

17 lines (12 loc) · 276 Bytes

Web frontend starter with ionic and angular

commands for testing

# Format code with prettier
npm run format

# Fix lint with tslint
npm run lint -- --fix

# Angular Unit Tests (karma)
npm run test -- --watch false

# Angular e2e Tests (Protractor)
npm run e2e