Asp.Net MVC Docs - v1.0.0
Getting Started
Welcome to Evohus Admin Panel!

Evohus is a modern and flexible Real Estate Admin Dashboard built with Asp.Net MVC, Vite, and Yarn. This guide will help you quickly set up and start your development environment.

Approx Read Time: 5 Min

Installation Steps:

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

Development Server:

After you finished with the above steps, you can run the following commands to run the project locally or build for production use:

Command

Open Solution file

Description

Open Evohus.sln file with Visual studio and make sure to check asstes 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:

npm run build

This will apply all updates, including Tailwind CSS styles.

Support:

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.