Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 257 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 257 Bytes

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