/bbquick-react

BBQuick React frontend

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

BBQuick React

React frontend plugin for BBQuick's woocommerce sections.

Description

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.

Installation

Option A - Build on Server:

  1. Upload the plugin to the /wp-content/plugins/ directory.
  2. Cd (relative from the plugin root) to public/app directory.
  3. Run yarn && yarn build
  4. Activate the plugin through the 'Plugins' menu in WordPress.

Option B - Upload already built version:

  1. Locally clone the plugin repository.
  2. Cd into public/app (relative to root).
  3. Run yarn && yarn build.
  4. Remove the src & node_modules folders from the app directory.
  5. Upload the remaining theme to the /wp-contents/plugins/ directory.
  6. Activate the plugin through the 'Plugins' menu in WordPress.

Changelog

1.0

  • Stable plugin version