https://github.com/opplieam/bb-admin-ui
https://github.com/opplieam/bb-admin-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opplieam/bb-admin-ui
- Owner: opplieam
- Created: 2024-07-15T16:39:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:13:27.000Z (5 months ago)
- Last Synced: 2025-01-18T02:28:52.191Z (5 months ago)
- Language: TypeScript
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buy Better React Admin UI
## Overview
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`

## Development
This project require [backend](https://github.com/opplieam/bb-admin-api)
Start server with `make server-up` Then run `npm run dev`## End-to-End test
End-to-end test also required backend server
`npx playwright test --project=chromium --ui`## Dependencies
- Mantine for component UI
- React query for server state management
- React router
- Playwright for E2E test