1. Description

DeoJS framework TypeScript starter repository.

2. Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

# watch mode
$ npm run test:watch

# test coverage
$ npm run test:cov

Build

$ npm run build

Stay in touch

License

DeoJS is MIT licensed