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.
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Sleek UI: A modern and intuitive user interface to highlight educational offerings.
- Vite for Efficient Development: Utilizes Vite for a rapid development experience.
-
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
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for designing responsive web pages.
- Vite: A next-generation frontend tooling to streamline development.
- NPM: Package manager for Node.js packages.
Contributions are welcome! Please fork the repository, make changes, and create a pull request. Follow these steps:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/MyFeature
). - Commit your changes (
git commit -am 'Add my feature'
). - Push to the branch (
git push origin feature/MyFeature
). - Create a new Pull Request.