H3c7o4 / manage_landing_page_copy

This project is a copy of Manage landing page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind Manage Landing Page

This is the project from my 2023 tailwind learning course.

Alt text

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.

About

This project is a copy of Manage landing page.


Languages

Language:CSS 56.3%Language:HTML 41.4%Language:JavaScript 2.4%