1.0.0 • Published 8 years ago
abstract-scheduler-sdk v1.0.0
Abstract Scheduler
Synopsis
Run Server (Development)
Before running server, install project dependencies:
$ npm installNow 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=productionTo run server:
$ npm start Server 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
1.0.0
8 years ago