Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackha/woocommerce-admin

The open-source React WooCommerce Admin alternative ⚡️
https://github.com/zackha/woocommerce-admin

admin admin-dashboard babel express graphql nodejs react react-admin react-theme react-woocommerce-admin react-woocommerce-theme reactjs rest-api webpack woocommerce woocommerce-admin woocommerce-react woocommerce-rest-api woocommerce-theme wordpress

Last synced: about 1 month ago
JSON representation

The open-source React WooCommerce Admin alternative ⚡️

Awesome Lists containing this project

README

        

# WooCommerce Admin

An alternative open source woocommerce admin panel developed with [React Admin](https://github.com/marmelab/react-admin)

![preview](https://raw.githubusercontent.com/zackha/woocommerce-admin/master/preview5.png)

### 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](https://github.com/zackha/woocommerce-admin/blob/master/LICENSE)