Engineercc / tailwindcss-landing-page

Tailwindcss First Simple Landing Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Install dependencies

npm install

Run Tailwind CLI in watch mode

npm run watch

You can use tailwind classes in any .html files in the root directory

Put any custom CSS that you may have in the input.css file

Add any config values to the tailwind.config.js file

To build once, run

npm run build

You only need to deploy your html files and css/style.css

About

Tailwindcss First Simple Landing Page


Languages

Language:CSS 60.8%Language:HTML 37.3%Language:JavaScript 1.9%