wp-react-boilerplate
v5.2.0
Published
WordPress theme project built with Yarn, Webpack, BrowserSync and React.
Downloads
4
Readme
R2D2 React WordPress Theme
WordPress theme project built with Yarn, Webpack, BrowserSync and React.
See the working example: www.wpr2d2.com
Getting started
- Clone repo to your
wp-content/themes
folder - In
config.json
change theproxyURL
to point to your WordPress dev url. - Activate the theme in wp-admin
cd
into your checked out folder and runyarn
- Run
yarn start
to get Webpack and BrowserSync running
To build for production run:
yarn build
A production-ready React bundle.js
file will be written to dist/bundle.js
.
Road Map
- Support for admin bar
- Custom post type support
- Custom taxonomy support
- Death Star :)