React Admin Dashboard Installation
Prerequisites
- Node.js (version 16 or higher)
- npm, yarn, or pnpm package manager
Installation Steps
- Clone the AuthHero repository or download the source code
- Navigate to the react-admin directory
bash
cd apps/react-admin- Install dependencies
bash
pnpm installConfiguration
Configure the dashboard to connect to your AuthHero backend by setting up the appropriate environment variables:
[Configuration details will go here]
Running the Dashboard
Start the dashboard in development mode:
bash
pnpm devFor production deployment:
bash
pnpm buildThis will generate static files in the dist directory that can be served by any static file server.