Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 464 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 464 Bytes

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