This is a React-based admin panel built with Vite, Tailwind CSS, and several useful libraries such as Chart.js, React Router, and JSON Server for mock APIs.
# Install all project dependencies
npm install
# Start the mock API server
npm run serve:db
# Available at http://localhost:3001
# Start the development server (in a new terminal)
npm run dev
# Usually available at http://localhost:5173