Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 313 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 313 Bytes

Node.js starter

starter for Node.js applications

features

  • TypeScript
  • unit testing
  • cold reloading during development

install npm dependencies

  • npm install

test

  • npm test

run dev

local development with watch mode

  • npm run dev

run start

build and run

  • npm run start