woocommerce admin
1.1.0
An alternative open source woocommerce admin panel developed with React Admin
git clone https://github.com/zackha/woocommerce-admin.git
cd woocommerce-admin
yarn install
App.js
and fill in woocommerceUrl
, consumerKey
and consumerSecret
with your generated API keysyarn start
If your API is on another domain as the JS code, you'll need to whitelist this header with an Access-Control-Expose-Headers CORS header.
You need to allow access to the your IP number, from the firewall settings (whitelist - allowlist) of your server where your WooCommerce site is located.
Licensed under the MIT License