Minimal NodeJS service template. Just clone and code 😉
Tech Stack
- NodeJS
- TypeScript
Run command using GitHub CLI or with web interface
gh repo create <new-repo-name> --template="Crysp/nodejs-service"
Run watcher
npm run dev
Build production version of code
npm run build