Developer's Starter WordPress

Developer's Starter WordPress

Developer's Starter WordPress theme with Gulp. Browsersync, Sass, concatenation, style & scripts minify, POT file generator, .zip theme generator

What’s this

Hello, developers all around the world! You can automate your WordPress theme development with this starter blank theme.

Features

  • Browsersync,
  • Sass,
  • concatenation,
  • style & scripts minify,
  • POT file generator,
  • .zip theme generator

Installation

  • Run npm install
  • Open gulpconfig.json.
    • Replace proxy link (line 3) with your usual local WP installation
    • Replace project name (line 26) with the name of your theme (lowercase).

Note

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.

Start developing

Run gulp watch-bs to open the live browser with watch. Now you can edit your theme and watch live changes.

Production

Run gulp deploy to generate theme.zip in dist folder.