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.example
to your WordPress root directory, rename it as.env
, and setup your website variables - Move the
wp-config.sample.php
to 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 watch
at the beginning of every development session - Run
gulp
to quickly compile without watching - Run
gulp --production
to compile the assets for production and remove debug and console messages
- Bult-in
gulpfile.js
for fast development and compiling. OOP
PHP, andnamespaces
withPSR4
autoload.ES6 Javascript
syntax ready.- Compatible with
JetPack
,WooCommerce
,ACF PRO
, and all the most famous plugins. - Built-in
FlexBox
Responsive Grid. - Modular, Components based file structure.