React frontend plugin for BBQuick's woocommerce sections.
- Contributors:
- Plugin URL: https://octagonal.io/
- Tags: react, woocommerce
- Requires at least: 3.0.1
- Tested up to: 5.1.1
- Stable tag: 1.0.0
- License: GPLv2 or later
- Lcense URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin replaces the frontend of BBQuick's WordPress WooCommerce sections with React for a nice shopping experience.
Currently requires Beans theme to be used.
Option A - Build on Server:
- Upload the plugin to the
/wp-content/plugins/
directory. - Cd (relative from the plugin root) to public/app directory.
- Run yarn && yarn build
- Activate the plugin through the 'Plugins' menu in WordPress.
Option B - Upload already built version:
- Locally clone the plugin repository.
- Cd into public/app (relative to root).
- Run yarn && yarn build.
- Remove the src & node_modules folders from the app directory.
- Upload the remaining theme to the
/wp-contents/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Stable plugin version