An open API service indexing awesome lists of open source software.

https://github.com/getfrontend/tailwind-landing-page

Fully responsive Landing page with Tailwind CSS
https://github.com/getfrontend/tailwind-landing-page

tailwind tailwind-css tailwindcss

Last synced: 3 months ago
JSON representation

Fully responsive Landing page with Tailwind CSS

Awesome Lists containing this project

README

        

# About

The project is made within the framework of Tailwind CSS study. The layout from the [FRONTEND MENTOR](https://www.frontendmentor.io/challenges/manage-landing-page-SLXqC6P5) website was used.

## Result

![](https://github.com/getFrontend/tailwind-landing-page/blob/main/img/Tailwind-Landing-Page-screen.png?raw=true)

* ✔ Mobile-first workflow
* ✔ [Fully valid code](https://validator.w3.org/nu/?doc=https%3A%2F%2Fgetfrontend.github.io%2Ftailwind-landing-page%2F)
* ✔ HTML Semantic Tags

### PageSpeed Insights

✅ Mobile: 100 / 100 / 100 / 100

✅ Desktop: 100 / 100 / 100 / 100

## Usage
Install dependencies (Tailwind)

```
npm install
```

Run the Tailwind CLI to compile the **input.css** during development. The output file is **css/main.css**

```
npm run watch
```

To build once run...

```
npm run build
```

You can edit the scripts in package.json and the tailwind.config.js file to change input/output locations