This is a simple template using Vite to Create a REACT application with Typescript. Backend is provided by firebase.
- eslint
- prettier
- jest
- husky
- lint-staged
Simple setup to warn you of errors but not block you completely.
When commiting, husky will check for tests, linting and build success.
- npm install
- npm run dev