$ npm install
$ cd angular
$ npm install
$ npm run start
# watch mode
$ npm run start:dev
$ npm run build
$ cd angular
$ npm run build
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
EasyRepay is MIT licensed.