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

https://github.com/c-ehrlich/tailwind-landing

Landing page using Tailwind CSS
https://github.com/c-ehrlich/tailwind-landing

Last synced: about 1 year ago
JSON representation

Landing page using Tailwind CSS

Awesome Lists containing this project

README

          

# Tailwind Landing

## What is this?
This is a landing page created using Tailwind CSS for the styling.

This is NOT a project I created myself - I was just following along [this video](https://www.youtube.com/watch?v=dFgzHOX84xQ) by Traversy Media.

## Why?
- To learn how to set up Tailwind CSS with Next.js
- To get a bit of practice with Tailwind's classes

## Getting Started
Install dependencies
```bash
yarn
```
Start the development server
```bash
yarn dev
```