/Tail

Tailwind Crash Course

Primary LanguageJavaScript

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.