Management panel made with template provides a minimal setup to get React working in Vite with HMR, Ant Design, Tailwind, Axios, Router, Reqres and some ESLint + Prettier rules.
This README would normally document whatever steps are necessary to get your application up and running.
- React + Vite Guide
- Ant Design v5.0 Guide
- Tailwind Guide
- Axios Guide
- react-router-dom v6 Guide
- Reqres (A hosted REST-API ready to respond) Guide
- ESLint Guide
- Prettier Guide
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Prettier with Prettier
npm run format
- or specific file
npx eslint-config-prettier {file_path}