Skip to content

ramon-sg/tailwind_playground

Repository files navigation

Tailwind CSS Playground with Vite (vanilla template)

Features

This template includes:

  • Tailwind ^3.2.0
  • Vite
  • Handlebars (vite-plugin-handlebars)

How to Use

Install degit

yarn global add degit

In your terminal, run the following command

yarn exec degit ramon-sg/tailwind_playground web
cd web
yarn install

Run development server

yarn dev

Visit localhost:4000 from your browser.

Sources