A simple Node.js backend starter template with Typescript and tests
- Clone the repo
- Run
npm installto install dependencies - Edit
PROJECT.jsonto define your project details - Run
npm run buildto build the project - Add environment variables in
.github/workflows/api.ymlfor deployment - Run
npm run testto test the project
If you want to use wallaby, you need to push the project with an open source license to GitHub. Wallaby will not work with private repositories with Wallaby OpenSource license.
- Make sure you added the environment variables in
.github/workflows/api.ymlfor deployment - Make sure you switched to github actions in your repository settings for github pages deployment.
- 🤖 AI: This project used GitHub Copilot Code Completions and ChatGPT.