Have Yarn installed locally:
yarn
yarn run start:dev
This will start the server with nodemon and watch for file changes
Have Yarn installed locally:
yarn
yarn run test:cov
This will run tests with coverage and log report on /coverage. A HTML can be found to check coverage details ./coverage/tests/lcov-report/index.html