An blank boilerplate plugin, structured a bit more like a big-boy project; namespaces, autoloader, a (basic) renderer, Exceptions.
Ready for composer, and with webpack added in and configured to generate separate js & css for the frontend and admin areas.
An example shortcode, and wp-json
endpoint have been added.
- Clone into your
wp-content/plugins/
folder - Run
composer install
- Run
npm install
- Build the frontend bits with
npx webpack