This is a simple theme for WordPress using TailwindCSS, with PostCSS and Laravel Mix.
clone repo into the wordpress themes directory /wp-content/themes/
npm i
# WordPress App Host
MIX_APP_HOST=localhost:8000
# Build for Dev
npm run dev
# Browser Sync
npm run watch
# Build for Production
npm run prod