location-area
v0.11.2
Published
server for location areas
Readme
Control Area - Server
To get started running the project you will need node.js installed and the following npm packages installed globally.
- npm install -g nodemon
Running The Project
yarnyarn startDeploying
Run yarn deploy to deploy to the development server.
Run npm version [major|minor|patch] to deploy to the production server (make sure you are on integration branch and everything is checked in).
Running Tests
The following command will run server side spec tests.
yarn test