This project is a base setup using React, TypeScript, and Vite with HMR and ESLint rules.
It is intended as a boilerplate for building scalable frontend applications.
- React 18
- TypeScript
- Vite (with HMR support)
- ESLint (with recommended TypeScript + React configs)
- The default branch is
main. - All feature or bugfix work should be done in separate branches, then merged into
mainvia Pull Request. - Do not rename or change the
mainbranch.
npm install