Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 277 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 277 Bytes

test-task: Card Game Api

Installation

$ npm install
$ npm run bootstrap

Running the app

# development
$ npm run start

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e