Zero is WordPress starter theme with minimal amount of code, for developers and designers who are familiar with creating WP themes. It provides the basic and minimal requeriments files and structure to start a new template in Wordpress.
- Theme functions are in
incfolder. - Styles are in
scssfolder. - Js files are in
jsfolder. - Content partials are in
template-partsfolder.
Download Zero theme into wp-content/themes/ folder.
Run yarn into Zero theme folder.
To watch and compile js and scss changes run:
$ yarn run watchLicensed under the MIT license.