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.
- install woonext (theme)
- install WooCommerce
- import products
- add rest API secret key WooCommerce
- edit .env
npm install
or
yarn install
npm run build
- open http://localhost:3000
- page sign in http://localhost:3000/signin
- page sign up http://localhost:3000/signup
Woocommerce-nextjs is released under the MIT License.