A clean, basic and minimum style to be used as a template for develop a custom WordPress theme. This is by no mean a "professional theme" to be used in production, but a basic theme that can be used to develop a more robust theme.
- Download, clone or Use this template in your WordPress theme folder.
- Install npm dependencies by using
npm install
- Edit your project variables found in dax_wp_starter.js
- Start your development with
npm run start
- Generate a finished theme ZIP to be used in production with
npm run zip
This theme is based in the WordPress Gulp Workflow WPGulp by Ahmad Awais