Skip to content

yonkov/highstarter-child

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highstarter Child

A starter child theme that is configured to work with Webpack to provide a modern development experience. Webpack is a module bundler that provides multiple performance optimizations. It lets you use js modules, preprocesses scss and js files and allows minification and concatenation of assets. It can also automatically refresh the page when new code is added. It uses the @wordpress/scripts npm package. The scss and js files from the src folder are minified and compiled automatically into the build folder. Use this theme to make theme customizations while keeping parent theme's updates. For more information about what is a child theme and why you may need it, refer to the WordPress Theme Developer Handbook.

Installation

Download this folder, unzip it and upload it to the themes folder in your wordpress installation. You can also install it via the WordPress dashboard (appearance=> themes => upload a theme).

Development

Install node.js and npm, then run npm i. To enter development mode run npm run start. To prepare a production build run npm run build. To format js files run npm run format:js

About

A boilerplate child theme for the WordPress starter theme Highstarter. The theme comes preconfigured to use Webpack for smooth and modern development experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors