A WordPress Block Theme Starter Template for Modern Development.
This repository is designed as a GitHub Template, allowing you to quickly create new, independent WordPress Block Themes with a clean, professional development workflow.
- WordPress 6.x+ Block Theme ready (no page builders needed)
- Modern SCSS + JavaScript build workflow
- Autoprefixer included for cross-browser CSS
- Separate development and production builds
- Source maps for development, clean minified files for production
- Organized assets structure: CSS, JS, fonts, images
- BrowserSync live reloading support
- Colorful terminal output for better developer experience
- Designed to be extensible and future-proof
- Click Use this template at the top of the repository.
- Create a new repository based on this template.
- Clone your new repository locally:
git clone https://github.com/yourusername/your-new-repo-name.git cd your-new-repo-name
Install the required dependencies:
npm installnpm run startnpm run start:syncnpm run start:devCreate a minified, production-ready build:
npm run buildThis outputs minified, optimized CSS and JS files inside the assets/ directory.
/assets
/css
/js
/fonts
/img
/svg
/build-scripts
build-css.js
build-js.js
/src
/scss
/js
package.json
postcss.config.js
This project is open-sourced under the GNU GENERAL PUBLIC LICENSE.
Built with ❤️ by Mittnett
Based on professional WordPress development standards.
Note: This project is licensed under the GNU GENERAL PUBLIC LICENSE.