bungphe / woocommerce-admin

The open-source React WooCommerce Admin alternative ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCommerce Admin

An alternative open source woocommerce admin panel developed with React Admin

preview

Installing

  1. Clone this repo using terminal git clone https://github.com/zackha/woocommerce-admin.git
  2. cd woocommerce-admin
  3. yarn install
  4. Edit App.js and fill in woocommerceUrl, consumerKey and consumerSecret with your generated API keys
  5. yarn start
  6. Username: john | Password: 123

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.

License

Licensed under the MIT License

About

The open-source React WooCommerce Admin alternative ⚡️

License:MIT License


Languages

Language:JavaScript 95.2%Language:HTML 4.8%