https://github.com/timelessco/node-ts-app-template
This project is a template for creating a nodejs app that can be used in production.
https://github.com/timelessco/node-ts-app-template
app js node production template
Last synced: 5 months ago
JSON representation
This project is a template for creating a nodejs app that can be used in production.
- Host: GitHub
- URL: https://github.com/timelessco/node-ts-app-template
- Owner: timelessco
- License: mit
- Created: 2022-12-28T13:16:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T17:22:28.000Z (5 months ago)
- Last Synced: 2026-01-19T23:25:44.157Z (5 months ago)
- Topics: app, js, node, production, template
- Language: JavaScript
- Homepage: https://github.com
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Node TS App
Node TS App Template

## Introduction
Built using the [Node.js](https://nodejs.org/en) and written in TypeScript &
other amazing technologies mentioned below to build a modern web application.
- [typeScript](https://www.typescriptlang.org/)
- [ts-node](https://github.com/TypeStrong/ts-node)
- [dotenv-cli](https://github.com/entropitor/dotenv-cli)
- [pnpm](https://pnpm.io/)
- [eslint](https://eslint.org/)
- [prettier](https://prettier.io/)
- [markdownlint](https://github.com/DavidAnson/markdownlint)
- [knip](https://github.com/webpro/knip)
- [cspell](https://cspell.org)
- [npm-package-json-lint](https://npmpackagejsonlint.org/)
- [release-it](https://github.com/release-it/release-it#readme)
- [husky](https://typicode.github.io/husky/#/)
- [lint-staged](https://github.com/okonet/lint-staged#readme)
- [commitlint](https://commitlint.js.org/#/)
- [gacp](https://github.com/vivaxy/gacp#readme)
- [all-contributors](https://github.com/all-contributors/all-contributors)
## Development
See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md), then
[`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md). Thanks! 💖
## Contributors

Navin Moorthy
💻 ️️️️♿️ 📖 🎨 🤔 🚧

Josh Goldberg
🔧
> 💙 This package is based on
> [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)'s
> [template-typescript-node-package](https://github.com/JoshuaKGoldberg/template-typescript-node-package).