Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/urijhoruzij/woocommerce-nextjs

React WooCommerce theme. Woocommerce + Next.js + Typescript
https://github.com/urijhoruzij/woocommerce-nextjs

headless nextjs optimization react reactjs responsive rest-api shop shopping-cart typescript woocommerce woocommerce-theme wordpress wordpress-headless wordpress-theme

Last synced: about 2 months ago
JSON representation

React WooCommerce theme. Woocommerce + Next.js + Typescript

Awesome Lists containing this project

README

        


Woocommerce-nextjs logo

Woocommerce-nextjs



License

The idea behind this repository was to demonstrate the power of Next.js by creating an interface for WooCommerce using only the Woo REST API. This means a truly headless and secure WooCommerce.

## Getting Started

- install woonext (theme)
- install WooCommerce
- import products
- add rest API secret key WooCommerce
- edit .env

```bash
npm install
```

or

```bash
yarn install
```

```bash
npm run build
```

- open [http://localhost:3000](http://localhost:3000)
- page sign in [http://localhost:3000/signin](http://localhost:3000/signin)
- page sign up [http://localhost:3000/signup](http://localhost:3000/signup)

## License

Woocommerce-nextjs is released under the [MIT License](https://github.com/UrijHoruzij/woocommerce-nextjs/blob/main/LICENSE).