Skip to content

SamiurRahmanMukul/Mange-Tailwind-CSS-Landing-Page

Repository files navigation

Manage Tailwind CSS Landing Page

Make a awesome landing webpage using Tailwind CSS to watch 'Traversy Media' crush course. Thanks

Alt text

Usage

Install dependencies (Tailwind)

npm install

Run the Tailwind CLI to compile the assets/css/input.css during development. The output file is assets/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