A quick start blank template for WordPress with a bunch of development features.
I've created this for myself so it will inevitably lack something you need, and for that I can only apologise and encourage you to contribute in the form of creating a PR or raising an issue.
You will need node.js, yarn, docker, and docker-compose installed in order to use this.
yarn install
yarn server:up
yarn server:down
yarn server:wipe
Launches browser window with hot reloading.
yarn dev
Builds everything and dumps it in ./dist
yarn build