This repository contains a responsive landing page template built using React, Tailwind CSS, and Vite. The landing page is designed for an educational site, showcasing its features and services.
Clone this repository:
git clone https://github.com/FREDVUNI/tailwind-react-landing.git
Navigate into the project directory:
cd tailwind-react-landing
Install dependencies:
npm install
To start the development server:
npm run dev
This will launch the application in development mode at http://localhost:3000
.
To build the application for production:
npm run build
Contributions are welcome! Please fork the repository, make changes, and create a pull request. Follow these steps:
git checkout -b feature/MyFeature
).git commit -m 'Add my feature'
).git push origin feature/MyFeature
).