This template includes:
- Tailwind ^3.2.0
- Vite
- Handlebars (vite-plugin-handlebars)
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
yarn dev
Visit localhost:4000
from your browser.