Unbounce Landing Page
This project is a website built using React.js with Vite and Tailwind CSS.
Installation
To run this project locally, you need to have Node.js and npm (Node Package Manager) installed on your machine. Once you have them installed, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the project dependencies. - Run
npm run dev
to start the development server. - Open your web browser and visit
http://localhost:5173
to see the website.