Developers all around the world, automate your WordPress theme development with this starter blank theme:
- Browsersync,
- Sass,
- concatenation,
- style & scripts minify,
- POT file generator,
- .zip theme generator
-
Run
npm install -
Open
gulpconfig.json.- Replace
proxylink (line 3) with your usual local WP installation - Replace project
name(line 26) with the name of your theme (lowercase).
- Replace
css/theme.min.css isn't available when first installed so you need to edit a file or run gulp deploy to generate it first.
Run gulp watch-bs to open the live browser with watch. Now you can edit your theme and watch live changes.
Run gulp deploy to generate theme.zip in dist folder.
Inspired by Understrap
- Fork project
- Clone your fork to local directory
- Write and commit changes
- Push to your forked repo
- Submit a pull request from forked repo back to main repo and describe your changes.
Thank you!
