Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 312 Bytes

shortlr2-backend

Source code for backend of Shortlr v2

Development

Scripts

yarn start

Starts the server

yarn lint

Shows lint errors

yarn lint:fix

Fixes lint error (those that can be auto fixed)

yarn test

Run unit tests

yarn cover

Generate code coverage report