Based on React Material Admin which is a free and open-source admin application including many real-world examples. It is built on React and Material-UI.
To develop and interact with locally:
This will automatically open [http://localhost:7001](http://localhost:7001).
You can find the landing page at http://localhost:7001/findr
and the connect page at http://localhost:7001/findr/admin/connect
If the UI has been deployed with terraform on an EKS cluster, you may access the UI by using the node IP provided to you
OR you can port-forward the UI by using the command:
kubectl port-forward
## Features
Package | Description | Docs |
---|---|---|
Analytics | Google Analytics | Docs |
Bundle Size Analyzer | Source map explorer | Docs |
Charts | Recharts | Docs |
CI | Github CI | Docs |
Code Splitting | Route-based code splitting (included in React) | Docs |
Components | Material-UI | Docs |
Data Fetching | React Query Toolkit | Docs |
Deployment | Github Pages | Docs |
Environment Variables | Dotenv (included in Create React App) | Docs |
Error Monitoring | Sentry | Docs |
Form | Formik | Docs |
I18N | react-i18next | Docs |
Routing | React Router | Docs |
Theming (+ dark mode) | Material-UI | Docs |
Toolchain | Create React App | Docs |
TypeScript | TypeScript | Docs |
Validation | Yup | Docs |