项目作者: Bigomby

项目描述 :
Simple assistance control
高级语言: TypeScript
项目地址: git://github.com/Bigomby/tchecks-api.git
创建时间: 2018-10-12T17:26:48Z
项目社区:https://github.com/Bigomby/tchecks-api

开源协议:GNU Affero General Public License v3.0

下载


claustro-manager-api

Description

Claustro Manager API

Installation

  1. $ npm install

Running the app

  1. # development
  2. $ npm run start
  3. # watch mode
  4. $ npm run start:dev
  5. # production mode
  6. npm run start:prod

Test

  1. # unit tests
  2. $ npm run test
  3. # e2e tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov