Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 623 Bytes

NodeJS Service Template

Minimal NodeJS service template. Just clone and code 😉

Tech Stack

  • NodeJS
  • TypeScript

Use template

Run command using GitHub CLI or with web interface

gh repo create <new-repo-name> --template="Crysp/nodejs-service"

Scripts

Run watcher

npm run dev

Build production version of code

npm run build