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

https://github.com/imranhsayed/react-woocommerce-theme

:department_store: A React WooCommerce Store Theme, built with WooCommerce REST API, Webpack, Babel, Node and Express
https://github.com/imranhsayed/react-woocommerce-theme

Last synced: about 2 months ago
JSON representation

:department_store: A React WooCommerce Store Theme, built with WooCommerce REST API, Webpack, Babel, Node and Express

Awesome Lists containing this project

README

        

# React WooCommerce Theme :electric_plug:
> * This is a React WooCommerce theme, built with Webpack, Babel, Node, Express, using WooCommerce REST API.

## Getting Started :rocket:

These instructions will get you a copy of the project up and running on your local machine for development purposes.

### Prerequisites :page_facing_up:

### Installing :wrench:

1. Clone this repo in `git clone https://github.com/imranhsayed/react-woocommerce-theme`
2. `cd react-woocommerce-theme`
3. `npm install`

## Use :point_right:

* Rename `congif.example.js` to `config.js` and update your WooCommerce config keys

```ruby
const keys = {
consumerKey: 'xxxxx',
consumerSecret: 'xxxxx',
};
```

## Common Commands :computer:

* `dev` Runs webpack dev server in watch mode for both client and server in watch mode.

## Contributing :busts_in_silhouette:

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning :bookmark_tabs:

I use [Git](https://github.com/) for versioning.

## Author :bust_in_silhouette:

* **[Imran Sayed](https://imransayed.com)**

## License :page_with_curl:

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details