/drv-tmpl

Template project for node + typescript + ...

Primary LanguageTypeScript

drv-tmpl

  • Setup: npm install
  • Production: npm run start
  • Development: npm run start:dev
  • All Tests: npm run test
  • Specific Test: npm run test -t testNameOrPattern
  • Code Formatter: npm run format