Skip to content

SaketKothari/tailwindcss-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TailwindCSS Landing Page

Alt text

  • We will set up Tailwind CLI and create a landing page from start to finish, going over many of the common utility classes.

  • This is my solution to the Manage landing page using TailwindCSS

  • Frontend Mentor challenges help you improve your coding skills by building realistic projects.

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