Evohus is a modern and flexible Real Estate Admin Dashboard built with Bootstrap 5, Vite, and Yarn. This guide will help you quickly set up and start your development environment.
Approx Read Time: 5 Min
Step 1: Install all dependencies using Yarn.
yarn
Step 2: Build your project for production.
yarn run build
Step 3: Start the development server.
yarn start
After running yarn start,
the Vite development server will start automatically and open the dashboard in your browser (default URL:
http://localhost:5173).
To generate an optimized production build, run:
yarn run build.
The compiled files will be available in the dist directory, ready for deployment.
If you need help with setup, customization, or troubleshooting, please contact our support team. We're here to ensure your Evohus Admin Panel runs smoothly and efficiently.