A Modern WordPress Starter Theme for savvy Developers
Introduction and installation video YouTube
This theme relies on NPM and Composer in order to load dependencies and packages. Gulp should always be running and watching during the development process, in order to properly compile and update files.
- Move the
.env.exampleto your WordPress root directory, rename it as.env, and setup your website variables - Move the
wp-config.sample.phpto your WordPress root directory and rename it aswp-config.php, to replace the default one - Open a Terminal window on the location of the theme folder
- Execute
composer install - Execute
npm install
- Run
gulp watchat the beginning of every development session - Run
gulpto quickly compile without watching - Run
gulp --productionto compile the assets for production and remove debug and console messages
- Bult-in
gulpfile.jsfor fast development and compiling. OOPPHP, andnamespaceswithPSR4autoload.ES6 Javascriptsyntax ready.- Compatible with
JetPack,WooCommerce,ACF PRO, and all the most famous plugins. - Built-in
FlexBoxResponsive Grid. - Modular, Components based file structure.
