Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 491 Bytes

Vite-React-TS-Starter

This an somewhat opinionated template to quickly build new projects. List of stuff included:

  • React 18
  • Vite
  • Typescript
  • ESLint
  • Prettier
  • Tailwind CSS

Usage

npm clone https://github.com/artem-tarasenko/Vite-React-TS-Starter.git *foldername*

cd *foldername*

npm i

npm start

See localhost:3000

Notes

Todo:

  • add Vitest and at least 1 test
  • add Husky to run tests
  • add lint staged with pre-commit linting
  • add MSW with a basic config