https://github.com/snikidev/wp-crude
WordPress starter theme with Webpack
https://github.com/snikidev/wp-crude
docker docker-compose tailwindcss theme webpack wordpress wordpress-starter-theme
Last synced: 3 months ago
JSON representation
WordPress starter theme with Webpack
- Host: GitHub
- URL: https://github.com/snikidev/wp-crude
- Owner: snikidev
- Created: 2017-03-12T03:50:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T21:35:59.000Z (over 6 years ago)
- Last Synced: 2025-08-15T22:47:20.122Z (11 months ago)
- Topics: docker, docker-compose, tailwindcss, theme, webpack, wordpress, wordpress-starter-theme
- Language: PHP
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Starter Theme with webpack
## What does it have?
1. [TailwindCSS](https://tailwindcss.com/) for fast and easy theme development
2. PostCSS enabled
3. `docker-compose.yml` setting for local development with [wordpress](https://hub.docker.com/_/wordpress/) and [mysql](https://hub.docker.com/_/mysql) images
## What do I do?
1. `yarn` - to install the dependencies 🚚
2. `yarn dev` - to develop locally 💻
3. `yarn build` - to build `main.min.js` and `main.min.css` files 🏗️
4. Pack your theme into a .zip folder if you have to 📁
5. Celebrate 🎉