Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 427 Bytes

Location service API

Pre-requisites

Install a recent version of Node.js and Node package manager (npm) via your preferred method.

Setup

In the project directory, launch:

npm install

You'll need to do this once or when dependencies change.

Start the service

in development mode

npm run serve

in production mode:

npm start

Test

Jshint checking and tests:

npm test