React Admin Dashboard Development
Development Environment
The React Admin Dashboard is built with:
- React
- React Admin framework
- TypeScript
- Vite for build tooling
Project Structure
src/- Source code directorycomponents/- React componentsdataProvider.ts- Data provider for React AdminauthProvider.ts- Authentication provider for React AdminApp.tsx- Main application component
Development Workflow
- Make changes to the source code
- Run tests to ensure functionality
bash
pnpm test- Start the development server to see changes
bash
pnpm devBuilding for Production
Build the application for production deployment:
bash
pnpm buildTesting
Run tests with:
bash
pnpm test