https://github.com/creativenull/blank-node-ts-template
An experimental blank node.js template with typescript
https://github.com/creativenull/blank-node-ts-template
Last synced: 2 months ago
JSON representation
An experimental blank node.js template with typescript
- Host: GitHub
- URL: https://github.com/creativenull/blank-node-ts-template
- Owner: creativenull
- Created: 2020-08-19T21:12:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-25T11:51:26.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T01:23:00.166Z (8 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blank Node/Typescript Template
An opinionated blank template to get you started with node and typescript.## Notes
This is just my way to writing node backend applications using typescript. I might add some other core libraries/modules
if I see them fit here. But the goal is to keep this template as clean as possible.You are free to use this any way, even add/remove packages (like installing prettier, etc) you may like and create a
template to host on your own github.## Stack
+ Nodejs
+ TypeScript
+ ESLint/Airbnb code style
+ Jest