Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 399 Bytes

A Base Template for Developing NodeJS Projects with Typescript

For Development (Hot Reload):

  • npm run serve

For Test:

  • npm run lint
  • npm run lint-and-fix

For Production Build:

  • npm run build
  • npm run start

Recommended Extensions

  • Use prettier-lint for VSCode users
  • Use TS Extension by Microsoft (VSCode)

TODO

  • add .stylelint configurations
  • add TravisCI for CI builds