/homehunter

A free, open-source website landing page styled using Tailwindcss with GSAP animations.

Primary LanguageHTML

HomeHunter - Free Website Landing Page Template

Project Logo

Live Demo

Check it out

Table of Contents

  1. Introduction
  2. Features
  3. Pre-requisites
  4. Installation
  5. Run the dev server
  6. Build for production

Introduction

This is a free, open-source website landing template styled using Tailwindcss leveraging ViteJS for asset bundling. Feel free to use and adapt it according to your requirements. The template is in plain HTML5, so you could easily integrate this to any front-end framework of your choice.

Features

  • Fully Responsive: The template is fully responsive.
  • Light and Dark Mode: Supports light and dark mode.
  • Free to Use: Not much to be said about this. šŸ«°

Pre-requisites

  • NodeJS 16+
  • NPM 8+
  • ViteJS 4+

Installation

Clone the repository

git@github.com:glennraya/homehunter.git

Install NPM dependencies

npm install

Run the dev server

npm run dev

Build for production

npm run build

This will generate dist/ directory in your project root. This contains the final build of the project.