cephadi / manage-landing-page

Manage Landing Page using Tailwind CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind Manage Landing Page

This is the project from Tailwind Crash Course on YouTube.

Alt text

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

About

Manage Landing Page using Tailwind CSS

License:MIT License


Languages

Language:CSS 60.7%Language:HTML 36.8%Language:JavaScript 2.5%