Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeekinteractive/wingspan
- Owner: ZeekInteractive
- Created: 2019-06-19T21:41:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:13:15.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T02:23:28.508Z (12 days ago)
- Topics: tailwind, tailwind-css, tailwindcss, wordpress, wordpress-starter-theme, wordpress-theme
- Language: PHP
- Homepage:
- Size: 2.19 MB
- Stars: 14
- Watchers: 16
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)).