igoratf / Tail

Tailwind Crash Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tail

Tailwind practice from Net Ninja's Crash Course

Setup

In this project directory, you must run:

npm install

Install all dependencies

npm run build-css

Runs tailwind and builds the stylesheet

Execution

After building the CSS you can open the index.html file or set up a live-server.

npm i -g live-server

Installs live-server

live-server public

Serves the public folder, available at http://localhost:8080.

About

Tailwind Crash Course


Languages

Language:JavaScript 48.1%Language:CSS 34.7%Language:HTML 17.2%