Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/urijhoruzij/woocommerce-nextjs
- Owner: UrijHoruzij
- License: mit
- Created: 2022-06-21T11:12:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:06:40.000Z (2 months ago)
- Last Synced: 2024-10-28T06:13:28.138Z (2 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: 3.17 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
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).