Skip to content

davidPardoC/backend-nodejs-typescript-boilerplate

Repository files navigation

Node.Js and Typescript boilerplate

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 ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published