Skip to content

anthify/es6-sass-hotreloading-docker-wordpress-theme

Repository files navigation

ES6 + SASS + Hot Reloading + Docker + WordPress Theme

alt text

"Theme" - The Great Blank

alt text

A quick start blank template for WordPress with a bunch of development features.

⚠️ Warning

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.

📄 Instructions

You will need node.js, yarn, docker, and docker-compose installed in order to use this.

Install Dependencies

yarn install

Run WordPress server and/or WordPress installation

yarn server:up

Stop WordPress server

yarn server:down

Delete WordPress and database

yarn server:wipe

Development

Launches browser window with hot reloading.

yarn dev

Build

Builds everything and dumps it in ./dist

yarn build