Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeekinteractive/wingspan

WordPress starter theme using tailwindcss
https://github.com/zeekinteractive/wingspan

tailwind tailwind-css tailwindcss wordpress wordpress-starter-theme wordpress-theme

Last synced: 11 days ago
JSON representation

WordPress starter theme using tailwindcss

Awesome Lists containing this project

README

        

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](https://tailwindcss.com/docs/controlling-file-size/)).