/nodejs-service

Minimal NodeJS service template. Just clone and code 😉

Primary LanguageJavaScriptMIT LicenseMIT

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