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
- Host: GitHub
- URL: https://github.com/imranhsayed/react-woocommerce-theme
- Owner: imranhsayed
- Created: 2019-05-23T19:01:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T19:35:56.000Z (over 2 years ago)
- Last Synced: 2025-04-17T19:18:11.600Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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