Skip to content

octo-technology/delivery-game-atl-2019

Repository files navigation

Delivery Game ATL 2019

Installation

$ npm install

Running the app

# development
$ npm run start:dev

# production mode
$ npm run start

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov