Boilerplate for Wordplate-based project
The website is built with a mordern WP development stack (WordPlate).
Make sure all dependencies have been installed before moving on:
Edit public/theme/sitename/app/setup.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
sitename.test
)BROWSER_SYNC_HOST
to the same value with the domain above (http://sitename.test
)composer install
- Install PHP packagesnpm install
- Install Node packagesnpm run watch
— Compile assets when file changes are made, start Browsersync sessionnpm run dev
— Compile and optimize the files in your assets directorynpm run prod
— Compile assets for production