https://github.com/ivanvanderbyl/template-node-typescript
Template repository for a new TS + Node project
https://github.com/ivanvanderbyl/template-node-typescript
node server template typescript
Last synced: about 2 months ago
JSON representation
Template repository for a new TS + Node project
- Host: GitHub
- URL: https://github.com/ivanvanderbyl/template-node-typescript
- Owner: ivanvanderbyl
- License: mit
- Created: 2019-08-04T04:02:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:32:23.000Z (over 3 years ago)
- Last Synced: 2025-01-29T18:15:09.353Z (over 1 year ago)
- Topics: node, server, template, typescript
- Language: TypeScript
- Size: 822 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-node-typescript
Template repository for a new TS + Node.js project
### Provides:
- TypeScript 3.9
- Jest
- Prettier
- Decent TS config (targeting `es2017`)
- Scripts for building, testing, debugging `yarn dev`, `yarn spec`, `yarn debug`
- VSCode launch config for debugging
- Default entry point in [index.ts]()
- TSConfig configured to use latest features (`esnext`) and target recent Node.js
- Google Cloud Build config to deploy to Cloud Run on push
- **No opinions about what you will build next**