Wordpress boilerplate
Go to file
cupcakearmy a6c5e3fa2f
move to fpm
2020-05-23 17:09:29 +02:00
config move to fpm 2020-05-23 17:09:29 +02:00
src Update index.styl 2019-08-25 19:47:11 +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 Update README.md 2019-08-25 18:45:34 +02:00
docker-compose.yml move to fpm 2020-05-23 17:09:29 +02:00
package.json build chain 2019-08-25 18:39:19 +02:00

README.md

Wordpress boilerplate

  • 💅 Uses Stylus for CSS.
  • 📦 Zero config JS bundler with Parcel.
  • 🖥 Preconfigured to 512Mb upload size.

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

Configure php.ini

Put your custom php needs in config/custom.ini

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