This is my first large-scale project, and it's built in React. It's for a fictional school named "Vatara Model School."
This project uses Vite for fast development and build. It's initialized with a minimal setup for React and includes:
- HMR (Hot Module Replacement) for quick updates
- ESLint for code linting
- Vite plugins like:
- @vitejs/plugin-react
- or optionally @vitejs/plugin-react-swc for using SWC
If you're planning to expand this project, consider using TypeScript and enabling type-aware lint rules.