This landing page is an open source, generic landing page template built with Tailwind CSS and coded entirely with React. This webpage is designed to provide all the basic components a developer need to create a landing page for SaaS products, online services, and more. This was followed by this YouTube Tutorial. Use it for whatever you want, and be sure to reach me out on Twitter if you want to build anything cool/useful with it.
Choose one of the following options to get started:
- Download the zip
- Clone the repo:
git clone https://github.com/pycoder2000/cloud-app.git - Fork the repo
npm install
npm run dev
npm run build
Have a bug or an issue with this template? Open a new issue here on GitHub.
π¦ root
βββ ποΈ public # Holds favicons and other assets
βββ ποΈ src # Files to change the content of pages
β βββ ποΈ static # Holds images, favicons, and other assets
β β βββ ποΈ images # Image Files
β β βββ ποΈ js # Javascript Files
β βββ ποΈ components # React files to customize the components for the site
β βββ π App.js # Js file to create routes and navigation
β βββ π index.css # Main CSS file
β βββ π index.js # Main Js file
βββ π tailwind.config.js # Contains tailwind stylesheet to change the look