Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 872 Bytes

File metadata and controls

30 lines (20 loc) · 872 Bytes

React + TypeScript + Dashboard

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

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