/wp-react

Starter Theme for Modern WordPress Development, based on React, Redux, Flow and the REST API.

Primary LanguageJavaScript

React WordPress Theme

Documentation & examples

How to install this theme

# Install NPM dependencies
npm install
# Build the application (for production)
npm run build
# OR run in watch mode (for development)
npm start