A Wordpress + TailwindCSS Starter Based on HTML5Blank Using Laravel Mix
The TailwindCSS Wordpress Starter is an extension of HTML5Blank that incorporates the use of TailwindCSS and Laravel Mix. It is designed to provide users with a blank Wordpress theme template that already has TailwindCSS installed. The purpose of this theme is to showcase how to create a TailwindCSS Wordpress theme on a blog.
To install the TailwindCSS Wordpress Starter theme, follow these steps:
npm install tailwindcss-wordpress-starter
yarn add tailwindcss-wordpress-starter
After installing the theme, you can choose to generate readable assets by running the following command:
npm run dev
Alternatively, you can run a production build by executing the following command:
npm run prod
The assets will be built from the ./assets directory into the ./js/scripts.js and ./style.css files.
The TailwindCSS Wordpress Starter theme is an HTML5Blank extension that provides users with a pre-installed TailwindCSS setup. It allows developers to create a TailwindCSS Wordpress theme and offers Laravel Mix integration for asset compilation. With its blank copy of HTML5Blank, developers can quickly start building their own customizable Wordpress themes using TailwindCSS.