Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 461 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 461 Bytes

EasyRepay

Installation

$ npm install
$ cd angular
$ npm install

Running the app (development)

$ npm run start

# watch mode
$ npm run start:dev

Running the app (production)

$ npm run build
$ cd angular
$ npm run build
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

EasyRepay is MIT licensed.