Skip to content
/ base-node-ts Public template

A Base Template for Developing NodeJS Projects with Typescript

Notifications You must be signed in to change notification settings

kabaluyot/base-node-ts

Repository files navigation

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

About

A Base Template for Developing NodeJS Projects with Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published