Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 545 Bytes

clean-react-typescript-template

Description

Clean template for React + TypeScript based projects. This is a minimal configuration for React + TypeScript based projects.

What is inside?

  • Configured webpack, configuration files are written in TypeScript;
  • Prettier for code formatting;
  • ESLint for code linting;
  • Airbnb configuration for ESLint - JS and TS.