Skip to content

associatedemployers/safely-api

Repository files navigation

Safely API

The api for the safely app.

Boot

Production

$ npm start

Dev

$ npm run-script watch

Tests

$ npm test
- OR -
$ npm run-script test-watch