abstract-scheduler-sdk
v1.0.0
Published
![Build status][ci-url]
Readme
Abstract Scheduler
Synopsis
Run Server (Development)
Before running server, install project dependencies:
$ npm installNow you can run server, typing in your terminal:
$ npm run devServer 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=productionTo run server:
$ npm startServer available on http://your.domain:3000
Tests
To perform tests:
$ npm run test:prototypeCoverage
In order to generate code coverage report:
$ npm run coverage:prototypeLinting
$ npm run lintFeatures
Environment
- NODE_ENV
- PORT
Specific environment
- MOCHA_FILE
- CI_REPORTS
- COVERAGE_REPORTS
License
MIT © FOXTRAPP
