Frontend Installation
This guide walks you through the installation of the XetaSuite React frontend.
Prerequisites
Section titled “Prerequisites”- Node.js 20+ (LTS recommended)
- npm 10+ or pnpm 9+
- XetaSuite backend installed and running
Installation
Section titled “Installation”-
Clone the repository
Terminal window git clone https://github.com/xetaio/XetaSuite-React.gitcd XetaSuite-React -
Install dependencies
Terminal window npm installTerminal window pnpm install -
Configure environment
Terminal window cp .env.example .envEdit
.envif needed:Terminal window # Empty to use Vite proxy (development)VITE_API_URL=# Or direct backend URL (production)VITE_API_URL=https://api.xetasuite.com -
Start development server
Terminal window npm run devTerminal window pnpm devThe app will be available at
http://localhost:5173
Next Steps
Section titled “Next Steps”- Configuration - Environment variables
- Authentication - Understanding the Sanctum flow