2.3.0 • Published 5 years ago

@event-checkin/contracts v2.3.0

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Common contracts for Event Check-in Application

Shared models and interfaces between backend and frontend.

INSTALLATION

npm i: To install dependencies.

DEVELOPMENT

  • npm run build to transpile TypeScript then run unit tests (if any) (equiv. npm run compile + npm run test (if any)).
  • npm run compile: To transpile TypeScript into JavaScript.
  • npm run watch: To transpile without running unit tests, then watch for changes in *.ts files and re-transpile on save.
  • npm run test: To run unit tests.
    • After tests finish, open file /coverage/index.html with a web browser to see the code coverage report which is mapped to TypeScript code.

RELEASE

  • npm run release