program247365 / tailwindcss-now

A little bash script to get you started experimenting with TailwindCSS now!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌈 TailwindCSS Now

A bash script that gets you developing in TailwindCSS in under eight seconds!

CLI Output

Start Page

Getting Started

One Liner!

bash <(curl -s https://raw.githubusercontent.com/program247365/tailwindcss-now/main/twnow.sh)

Clone Locally

  1. git clone https://github.com/program247365/tailwindcss-now.git
  2. Run cd tailwdincss-now && ./twnow.sh
  3. Edit your src/index.html to see instant changes!

How It Works

  • The bash script writes out all the files you need in one go - writes files, starts server to watch live changes:
    • package.json with NPM scripts
    • index.html file with TailwindCSS lib via CDN, and config embedded in the HTML

About

A little bash script to get you started experimenting with TailwindCSS now!

License:MIT License


Languages

Language:Shell 100.0%