/reactplate-typescript

React + Typescript + ESLint + Prettier + CommitLint

Primary LanguageJavaScript

Template project React and Typescript Open Source? Yes!

Contents

  • React
  • Typescript
  • ESLint
  • Prettier
  • CommitLint
  • Commitizen

What is this project for?

It is a model project for react development using typescript.

In this project I opted for ESLint, Prettier, Commitlint and Commitizen to add some rules and patterns to follow during development

How to use?

Install all dependences

yarn install

Start server

yarn start

Build

yarn build

How to commit ?

Add changes to stage area

git add .

Make your commits using commitzen and follow your instructions

yarn commit

Developer

Matheus Henrique