knightspore / wordpress-tailwind

A Wordpress + TailwindCSS Starter Based on HTML5Blank Using Laravel Mix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TailwindCSS Wordpress Starter

An extension of HTML5Blank using TailwindCSS with Laravel Mix.

On my blog you can read about how to create a TailwindCSS Wordpress Theme.

Installation

With NPM:

npm install
npm run watch

With Yarn:

yarn
yarn watch

You can alternately run dev to generate readable assets, or prod to run a production build.

Usage

This is a blank copy of HTML5Blank with TailwindCSS installed, nothing more. Your assets build from ./assets to ./js/scripts.js and ./style.css

About

A Wordpress + TailwindCSS Starter Based on HTML5Blank Using Laravel Mix

License:Other


Languages

Language:CSS 99.1%Language:PHP 0.8%Language:JavaScript 0.2%