Skip to content

fabiocody/easyrepay-web

Repository files navigation

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.

About

Node.js backend and Angular frontend of EasyRepay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published