https://github.com/jlozovei/wordpress-boilerplate
WordPress theme simplified boilerplate with gulp.js + PostCSS + es2015
https://github.com/jlozovei/wordpress-boilerplate
boilerplate es2015 gulp postcss wordpress wordpress-boilerplate
Last synced: 2 months ago
JSON representation
WordPress theme simplified boilerplate with gulp.js + PostCSS + es2015
- Host: GitHub
- URL: https://github.com/jlozovei/wordpress-boilerplate
- Owner: jlozovei
- License: mit
- Created: 2018-11-03T19:33:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:04:02.000Z (over 3 years ago)
- Last Synced: 2025-07-24T00:43:53.431Z (11 months ago)
- Topics: boilerplate, es2015, gulp, postcss, wordpress, wordpress-boilerplate
- Language: PHP
- Homepage:
- Size: 866 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Boilerplate
A simplified WordPress theme boilerplate to save your time. I'm using [gulp.js](https://github.com/gulpjs/gulp), [PostCSS](https://github.com/postcss/postcss) and es2015.
With gulp.js, I'm using [gulp-connect](https://github.com/AveVlad/gulp-connect) to create a live server with hot reload to preview the static assets (css/js).
Also, with [gulp-fn](https://github.com/ThierrySpetebroot/gulp-fn) I'm dynamically appending to the compiled css the banner required by Wordpress.
### Dev stuff
```bash
# install dependencies
yarn
# serve with hot reload at localhost:9567
gulp
```
### Disclaimer
This boilerplate was originally created by my buddy [@koganas](https://github.com/koganas) - I just added some utilities.
Feel free to use, improve and share it!