Wordpress boilerplate
Go to file
cupcakearmy 4741aad8fa bare theme 2019-08-25 18:40:12 +02:00
src build chain 2019-08-25 18:39:19 +02:00
theme bare theme 2019-08-25 18:40:12 +02:00
.gitignore ignore generated files 2019-08-25 18:39:02 +02:00
LICENSE Create LICENSE 2019-08-25 18:31:05 +02:00
README.md instructions 2019-08-25 18:39:24 +02:00
package.json build chain 2019-08-25 18:39:19 +02:00

README.md

Wordpress boilerplate

Quickstart

Change the default password in config/.env

# Start the containers
docker-compose up -d

# Install Deps
yarn
# Watch the JS & CSS
yarn run dev

# Go to http://localhost and activate your theme

Raccomended Plugins

  • Advanced Custom Fields
  • All-in-One WP Migration
  • Custom Post Type UI
  • W3 Total Cache
  • WooCommerce
  • Yoast SEO