/manage

Primary LanguageCSS

Tailwind Manage Landing Page

This is the project from a Tailwind Crash Course on YouTube by Traversy Media with some extras.

Alt text

Demo

https://abrahamebij.github.io/manage

Usage

Install dependencies (Tailwindcss)

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