wp-react-boilerplate
v5.2.0
Published
WordPress theme project built with Yarn, Webpack, BrowserSync and React.
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/themesfolder - In
config.jsonchange theproxyURLto point to your WordPress dev url. - Activate the theme in wp-admin
cdinto your checked out folder and runyarn- Run
yarn startto 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 :)

