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

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

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