Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 648 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 648 Bytes

Tailwind Manage Landing Page

This is the project from Traversy Media 2022 Tailwind Crash Course on YouTube. Tailwind Crash Course | Project From Scratch

Tailwind Crash Course | Project From Scratch

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