This repository contains a template landing page site built using React and Tailwind CSS. It provides a starting point for creating beautiful and responsive landing pages.
To get started with the project, follow these steps:
- Clone the repository
- Install the dependencies:
npm install
- Start the development server:
npm start
The above command will run the app in development mode. Open http://localhost:3000 to view it in your browser. The page will automatically reload when you make changes.
To build the app for production, use the following command npm run build
This command will create a production-ready build of the app in the build
folder. The build is optimized for performance and the filenames include hashes for cache busting.
To deploy the app, you can use the following command npm run deploy
This command will deploy the app to the GitHub Pages. You can customize the deployment configuration in the package.json
file.
To learn more about React, check out the React documentation.
To learn more about Tailwind CSS, check out the Tailwind CSS documentation.
This project is licensed under the MIT License. See the LICENSE file for details.