Skip to content
/ nodejs-service Public template

Minimal NodeJS service template. Just clone and code 😉

License

Notifications You must be signed in to change notification settings

Crysp/nodejs-service

Repository files navigation

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