abstract-scheduler-sdk

1.0.0 • Public • Published

Abstract Scheduler

Build status

Deploy

Synopsis

Run Server (Development)

Before running server, install project dependencies:

 $ npm install

Now you can run server, typing in your terminal:

 $ npm run dev

Server available on http://localhost:3000

Run Server (Production)

Before running server, you need to install project dependencies. To perform this, type in terminal:

 $ npm install --only=production

To run server:

 $ npm start

Server available on http://your.domain:3000

Tests

To perform tests:

 $ npm run test:prototype

Coverage

In order to generate code coverage report:

 $ npm run coverage:prototype

Linting

 $ npm run lint

Features

Environment

  • NODE_ENV
  • PORT

Specific environment

  • MOCHA_FILE
  • CI_REPORTS
  • COVERAGE_REPORTS

License

MIT © FOXTRAPP

Dependencies (25)

Dev Dependencies (19)

Package Sidebar

Install

npm i abstract-scheduler-sdk

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tisyanchin
  • tvolex