anibaldeboni / ts-es6-project-template

A project template using TypeScript, ESlint, Prettier, Babel and Jest to make your life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Project Template

This repo aims to be a minimal compilation of packages and configuration I like to use when setting up a new TypeScript project. It's not intended to be "the best" setup just what I like to use. The template is based on:

  • TypeScript
  • ESLint (airbnb w/ modification)
  • Babel (full es6)
  • Prettier
  • Nodemon
  • Jest
  • VSCode configuration to work with prettier
  • GitHub template for pull requests

Feel free to start your project based on this.

-- AnĂ­bal

About

A project template using TypeScript, ESlint, Prettier, Babel and Jest to make your life easier


Languages

Language:JavaScript 92.9%Language:TypeScript 7.1%