Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
/ wp-tailwind Public archive

This is a simple WordPress theme with TailwindCSS.

License

Notifications You must be signed in to change notification settings

pokedotdev/wp-tailwind

Repository files navigation

WP Tailwind | Simple Wordpress Theme Setup & Install

This is a simple theme for WordPress using TailwindCSS, with PostCSS and Laravel Mix.

Install

clone repo into the wordpress themes directory /wp-content/themes/

npm i

Env

# WordPress App Host
MIX_APP_HOST=localhost:8000

NPM Scripts

# Build for Dev
npm run dev
# Browser Sync
npm run watch

# Build for Production
npm run prod