Skip to content

cupcakearmy/wordpress-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Recommended Plugins

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