Skip to content

Latest commit

Β 

History

History
62 lines (47 loc) Β· 1.79 KB

File metadata and controls

62 lines (47 loc) Β· 1.79 KB

VishalNexus | Luxury Real Estate

A modern web application for luxury real estate listings, built with React, Vite, and Shadcn UI components.

Features

Installation

  1. Clone the repository:
git clone [your-repository-url]
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

πŸ› οΈ Available Scripts

  • npm run dev - Start the development server
  • npm run build - Build the production version
  • npm run lint - Run ESLint
  • npm run preview - Preview the production build

Project Structure

β”œβ”€β”€ public/          # Static assets
β”œβ”€β”€ src/            # Source files
β”œβ”€β”€ components.json # Shadcn UI configuration
β”œβ”€β”€ index.html      # Entry HTML file
β”œβ”€β”€ package.json    # Project dependencies
β”œβ”€β”€ postcss.config.js # PostCSS configuration
β”œβ”€β”€ tailwind.config.js # Tailwind CSS configuration
└── vite.config.js  # Vite configuration

Configuration

  • Tailwind CSS for styling
  • ESLint for code linting
  • PostCSS for CSS processing
  • Vite for fast development and building

License

This project is licensed under the MIT License - see the LICENSE file for details.