Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cupcakearmy/wordpress-template
Wordpress boilerplate
https://github.com/cupcakearmy/wordpress-template
boilerplate docker docker-compose parcel-bundler stylus wordpress
Last synced: 27 days ago
JSON representation
Wordpress boilerplate
- Host: GitHub
- URL: https://github.com/cupcakearmy/wordpress-template
- Owner: cupcakearmy
- License: mit
- Created: 2019-08-25T16:29:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T15:09:36.000Z (over 4 years ago)
- Last Synced: 2024-10-16T08:41:20.756Z (3 months ago)
- Topics: boilerplate, docker, docker-compose, parcel-bundler, stylus, wordpress
- Language: PHP
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress boilerplate
- 💅 Uses [Stylus](http://stylus-lang.com/) for CSS.
- 📦 Zero config JS bundler with [Parcel](https://parceljs.org/).
- 🖥 Preconfigured to 512Mb upload size.## Quickstart
**Change the default password in `config/.env`**
```bash
# 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