Simple Light is a free landing page template built on top of TailwindCSS and fully coded in React. Made by

  • By Cruip
  • Last update: Jan 3, 2023
  • Comments: 4

Free Tailwind landing page template

Simple TailwindCSS template preview

Simple Light is a free landing page template built on top of TailwindCSS and fully coded in React. Simple light is designed to provide all the basic components a developer need to create a landing page for SaaS products, online services, and more. Use it for whatever you want, and be sure to reach us out on Twitter if you build anything cool/useful with it. Created and maintained with ❤️ by Cruip.com.

Live demo

Check the live demo here 👉️ https://simple.cruip.com/

Simple PRO

Looking for more pages and components? Have a look at the premium version here 👉️ https://cruip.com/demos/simple/

Table of contents

Usage

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

To install the dependencies package.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Google Analytics Setup

This template uses the React Google Analytics Module.

In order to track visitors, you need to set an environment variable called REACT_APP_GA_CODE storing your GA Tracking ID.

Credits

Terms and License

  • Released under the GPL.
  • Copyright 2020 Cruip.
  • Use it for personal and commercial projects, but please don’t republish, redistribute, or resell the template.
  • Attribution is not required, although it is really appreciated.

About Us

We're an Italian developer/designer duo creating high-quality design/code resources for developers, makers, and startups.

Stay in the loop

If you would like to know when we release new resources, you can follow us on Twitter, or you can subscribe to our monthly newsletter.

Github

https://github.com/cruip/tailwind-landing-page-template

Comments(4)

  • 1

    Responsiveness

    First of all, if I add more than 2 links in the navbar, will it automatically become responsive ?

    If not, can you please make the navbar responsive like you did in the open-react-template repository

  • 2

    Is it free or Priced Template

    firstly, Awesome work guys..

    when exploring this template in cruip, it shows that you've to buy this item, but this repo states otherwise. so is it really free and open source?

  • 3

    Develop

    I'm Mahadi Hasan from Cumilla.

    Branch features:

    1. Sign In & Sign Up. [ Custom Authentication ]
    2. GitHub & Google Sign In. [ Firebase Authentication ]
    3. Add User
    4. Read User on Profile Page
    5. Update Profile.
    6. Delete Profile.
    7. Log Out.
    8. Error Handling.

    APIs:

    1. Create API: https://glacial-sands-75205.herokuapp.com/addUser
    2. Login API: https://glacial-sands-75205.herokuapp.com/checkEmail
    3. Delete User API: https://glacial-sands-75205.herokuapp.com/deleteUser/:id
    4. Update User API: https://glacial-sands-75205.herokuapp.com/updateInfo/:id

    Please merge to develop.

  • 4

    App is blank once I build it

    Hi! I've been trying to build the app using npm run build the build is created successfully no errors at all but when I try to open the link the page is blank.

    Screen Shot 2022-12-28 at 2 05 44 AM

    This is the only error that I get. Any ideas on what might be causing this?

    It works fine on dev mode.