This boilerplate include all you need to start working in a backend project with Node.js and Typescript and also integrates some tools for aplying the best practices like linting and code formating. This last two ones features are based on airbnb configuration, also i added somo initial configuration for testing with jest.
The dependencies included are:
- "@types/express"
 - "@typescript-eslint/eslint-plugin"
 - "@typescript-eslint/parser"
 - "eslint"
 - "eslint-config-airbnb-base"
 - "eslint-config-airbnb-typescript"
 - "eslint-plugin-import"
 - "eslint-plugin-prettier"
 - "prettier"
 - "ts-node"
 - "ts-node-dev"
 - "typescript"
 - "dotenv"
 - "express"
 - "jest"
 - "ts-jest
 
All PRs are wellcome ❤️