Real Estate Template with SvelteKit and TailwindCSS

Description

This project is a real estate template built using SvelteKit and styled with TailwindCSS. It offers a fast and responsive interface for listing and viewing property details.

Live Preview

Requirements

  • Node.js (v14.0.0 or newer)
  • npm, pnpm, or yarn

Installation

First, clone the repository and navigate into the project directory.

git clone https://github.com/lyon93/svelte-real-state-landing.git
cd svelte-real-state-landing

Install the dependencies using npm:

npm install

Alternatively, you can use pnpm or yarn:

pnpm install
# or
yarn install

Developing

Start the development server:

npm run dev

To automatically open the app in a new browser tab:

npm run dev -- --open

Building

To generate a production-ready build:

npm run build

Preview the production build:

npm run preview

Deployment

To deploy your app, you may need to install an adapter suitable for your hosting environment.

Demo

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes