Melbourne / March 2023 / Simon Lang
This repository contains a minimal boilerplate required to get started with Vite + React + Tailwind created with:
yarn create vite
yarn add -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
Add to tailwind.config.cjs
content: ["./src/**/*.{html,css,tsx}"],
Add to index.css
@tailwind base;
@tailwind components;
@tailwind utilities;
Add Links:
- headlessui
- twin.macro
- tamagui
- vanilla-extract
- konsta
...