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

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

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 🎉