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: 4 months ago
JSON representation
React WooCommerce theme. Woocommerce + Next.js + Typescript
- Host: GitHub
- URL: https://github.com/urijhoruzij/woocommerce-nextjs
- Owner: UrijHoruzij
- License: mit
- Created: 2022-06-21T11:12:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T10:04:24.000Z (6 months ago)
- Last Synced: 2026-01-11T15:24:44.268Z (6 months ago)
- Topics: headless, nextjs, optimization, react, reactjs, responsive, rest-api, shop, shopping-cart, typescript, woocommerce, woocommerce-theme, wordpress, wordpress-headless, wordpress-theme
- Language: TypeScript
- Homepage:
- Size: 2.72 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Woocommerce-nextjs
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).