WPPack is a starter library for develop WordPress themes
- clone
git clone https://github.com/sivankanat/wppack.git .
- install packages
npm install
composer install
- Update
build/build.js
- start
npm start
npm install
composer install
npm start
source dir assets/src/
- for development mode use
npm start
- for production use
npm run build
-
Customize the theme:
- Change the theme-name line from the
build/build.js
- Customize the static pages, theme starter settings, menus and others in the
app/app.setup.php
- Change the theme-name line from the
-
Configure the browser-sync:
- use the
build/server.js
file for the configuration
- use the
- Custom Post types
- Theme Options Panel
- Post Meta Boxes
- SCSS support
- ES Modules
- Browser Sync
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.