Skip to content

mrscholty/nodejs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published