Evohus is a modern and flexible Real Estate Admin Dashboard built with Asp.Net Core 10, 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 you finished with the above steps, you can run the following commands to run the project locally or build for production use:
Open Solution file
Open Evohus.sln file with Visual studio and make sure to check assets folder contain libs folder.
Whenever you make changes to JavaScript, JSON, or CSS files in the assets folder, run the following command to rebuild your project:
yarn run buildnpm run build
This will apply all updates, including Tailwind CSS styles.
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.