Vite tempelate with React, Typescript, ESlint, CommitLint setup

List of Commands:

Install dependencies - yarn

Lint all files - yarn lint

Run project - yarn dev

Create build for prod - yarn build

Git commit format:

git commit -m <subject>:<messsage>