This is a starter respository that boostraps your development process with preloaded Sage theme and Uikit Framework. This wordpress boilerplate is also preloaded CMB2 plugin for creating metaboxes, custom post type...
git clone https://github.com/dalenguyen/wordpress-sage-9-uikit-starter
Run these script commands within your theme directory:
Install all the necessary dependencies
yarn
Start building assets
yarn build — Compile and optimize the files in your assets directory
yarn build:production — Compile assets for production
yarn start — Compile assets when file changes are made, start Browersync session
Happy Wordpress custom theme development
- Update your .gitignore file. You can use this sample from github
- Read about Sage Theme
- Read about Uikit Framework