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
- Host: GitHub
- URL: https://github.com/c-ehrlich/tailwind-landing
- Owner: c-ehrlich
- Created: 2022-06-12T15:56:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T20:03:15.000Z (about 4 years ago)
- Last Synced: 2024-10-11T15:47:07.219Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://tailwind-landing-wheat.vercel.app/
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```