# 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
first start the tailwind watcher in one terminal
npm run watch-tailwind
then start the development server in another terminal
npm run start