This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Clone the repository:
git clone https://github.com/yourusername/react-typescript-dashboard.git
- Install dependencies:
cd react-typescript-dashboard
npm install
- Start the development server:
npm run dev