Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:04:02.000Z (about 2 years ago)
- Last Synced: 2024-11-13T14:51:54.928Z (2 months ago)
- Topics: boilerplate, es2015, gulp, postcss, wordpress, wordpress-boilerplate
- Language: PHP
- Homepage:
- Size: 866 KB
- Stars: 2
- Watchers: 1
- 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!