Getting Started

This guide will help you quickly set up and start using the UrbanHub Real Estate Dashboard Template.
Requirements
  • Modern browser (Chrome, Firefox, Edge, Safari)
  • Optional: Node.js & npm (for SCSS/JS compilation and plugin management)
  • Code editor like VS Code or WebStorm (recommended)
How to Use
  1. Extract the template ZIP file.
  2. Navigate to the /src folder.
  3. Open index.html or any other dashboard page in a browser.
  4. Edit or customize HTML, SCSS, or JS files as needed to fit your real estate application.
Optional: SCSS & JS Compilation

If you want to customize styles or scripts, you can compile SCSS/JS using the provided npm setup:

# 1. Install dependencies
npm install

# 2. Compile SCSS or watch for changes
npm run sass
Included Features
  • Property dashboard & analytics pages
  • Agent and client management modules
  • Booking & payment tracking
  • Authentication flows (Login, Register, Forgot Password)
  • Reusable UI elements (Cards, Tables, Forms, Alerts)
  • Responsive layout & mobile-friendly design
  • Light & dark mode support
  • Modular folder structure for easy customization and maintenance

You're all set! Start building your real estate management platform with UrbanHub