Vite starter with theme-ui classes and tailwindcss plugin, and command line components generator
yarn install # npm install
- nodejs
yarn dev # npm run dev
yarn cli # npm run cli
yarn build:ui # npm run build:ui
Add the plugin into tailwindcss config file.
// tailwind.config.js
module.exports = {
plugins: [require("./.theme-ui/src/index.js")],
};