An open API service indexing awesome lists of open source software.

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

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**