· Fylo landing page built with react and tailwind ·
Demo • Features • Tech stack • Installation
Check out the live demo of the Fylo landing page here.
- Responsive Design: Optimized for desktops, tablets, and mobile devices.
- SEO Friendly: Implemented best practices to ensure search engine optimization.
- Fast Loading: Built with Vite for fast development and optimized build times.
- Clean and Modern UI: Designed with Tailwind CSS for a sleek and modern look.
- Vite: Next Generation Frontend Tooling.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework.
- Vercel: Deployment and hosting platform.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/yourusername/fylo-landing-page.git
- Cd into it
cd fylo
- Install dependencies
pnpm install
- Run locally
pnpm run dev