zebbra / tailwind-sandbox

sandbox repo for tailwind css prototyping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandbox for Tailwind CSS

Setup

# clone this repo locally
git clone https://github.com/zebbra/tailwind-sandbox.git

# move to its folder
cd tailwind-sandbox

# opens vs code
code .

# then install dependencies in the terminal of vs code
npm install

Start development server

first start the tailwind watcher in one terminal

npm run watch-tailwind

then start the development server in another terminal

npm run start

About

sandbox repo for tailwind css prototyping


Languages

Language:CSS 63.1%Language:HTML 36.6%Language:JavaScript 0.4%