项目作者: ZeekInteractive

项目描述 :
WordPress starter theme using tailwindcss
高级语言: PHP
项目地址: git://github.com/ZeekInteractive/wingspan.git
创建时间: 2019-06-19T21:41:40Z
项目社区:https://github.com/ZeekInteractive/wingspan

开源协议:

下载


WordPress starter theme using TailwindCSS

What does this do?

This WordPress theme is intended to be a starting point to build your own custom WordPress theme. It’s configured with TailwindCSS along with other things such as webpack.

Quick Start

  1. Install theme dependencies
    npm install
  2. Run a find for the string/slug wingspan throughout the theme and replace it with your project name.

Build commands

  1. npm run dev - creates unminified CSS and JS
  2. npm run prod - creates production-ready minified CSS/JS and purges unused CSS classes (📖Tailwindcss docs).