nextjs-woocommerce-restapi
A React WooCommerce Project Example With REST API
File Explorer
Download Latest Version (.zip)- [...nextstripe].js
- create-order.js
- get-products.js
- get-stripe-session.js
- stripe-web-hook.js
- [pageNo].js
- [slug].js
- index.js
- [slug].js
- 404.js
- [...slug].js
- _app.js
- cart.js
- checkout.js
- index.js
- thank-you.js
- cart-spinner.gif
- favicon.ico
- vercel.svg
- add-to-cart.js
- cart-item.js
- cart-items-container.js
- abbr.js
- checkbox-field.js
- input-field.js
- checkout-cart-item.js
- checkout-form.js
- country-selection.js
- error.js
- payment-modes.js
- states-selection.js
- user-address.js
- your-order.js
- comment-form.js
- comment.js
- index.js
- index.js
- abbr.js
- checkbox.js
- error.js
- input.js
- text-area.js
- arrow-down.svg
- bag.svg
- burger-icon.svg
- facebook.svg
- instagram.svg
- loading.svg
- search-icon.svg
- tailwind-icon.svg
- twitter.svg
- user.svg
- wishlist.svg
- youtube.svg
- ArrowDown.js
- Bag.js
- BurgerIcon.js
- Facebook.js
- index.js
- Instagram.js
- Loading.js
- SearchIcon.js
- TailwindIcon.js
- Twitter.js
- User.js
- Wishlist.js
- Youtube.js
- index.js
- index.js
- index.js
- index.js
- index.js
- next.js
- previous.js
- index.js
- index.js
- post.js
- external-link.js
- index.js
- product.js
- index.js
- index.js
- product-gallery.js
- loading.js
- fonts.scss
- lato-v20-latin-700.eot
- lato-v20-latin-700.svg
- lato-v20-latin-700.ttf
- lato-v20-latin-700.woff
- lato-v20-latin-700.woff2
- lato-v20-latin-900.eot
- lato-v20-latin-900.svg
- lato-v20-latin-900.ttf
- lato-v20-latin-900.woff
- lato-v20-latin-900.woff2
- lato-v20-latin-900italic.eot
- lato-v20-latin-900italic.svg
- lato-v20-latin-900italic.ttf
- lato-v20-latin-900italic.woff
- lato-v20-latin-900italic.woff2
- lato-v20-latin-regular.eot
- lato-v20-latin-regular.svg
- lato-v20-latin-regular.ttf
- lato-v20-latin-regular.woff
- lato-v20-latin-regular.woff2
- _typography.scss
- _list.scss
- _footer.scss
- _nprogress.scss
- index.scss
- api.js
- index.js
- session.js
- index.js
- order.js
- endpoints.js
- images.js
- blog.js
- icons-map.js
- miscellaneous.js
- pagination.js
- products.js
- slug.js
- checkout.js
- comments.js
- is-empty.js
- .env-example
- .gitignore
- .nvmrc
- LICENSE.md
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/imranhsayed/nextjs-woocommerce-restapi
Downloads the entire project code from GitHub to your computer.
cd nextjs-woocommerce-restapi
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm ci
Type this command into your terminal and run it.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
