Buy Better Admin UI is built with React using Mantine component library. Desktop first approach.
This project also contain e2e testing under tests directory
NOTE: This project is for learning purpose and not fully complete yet
This project require backend
Start server with make server-up Then run npm run dev
End-to-end test also required backend server
npx playwright test --project=chromium --ui
- Mantine for component UI
- React query for server state management
- React router
- Playwright for E2E test
