JSPM

next-shopify-storefront

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q46634F
  • License MIT

A Shopping Cart built with TypeScript, Tailwind CSS, Headless UI, Next.js, React.js, Shopify Hydrogen React,... and Shopify Storefront GraphQL API.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (next-shopify-storefront) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🛍 Next Shopify Storefront

    A Shopping Cart built with TypeScript, Tailwind CSS, Headless UI, Next.js, React.js, Shopify Hydrogen React,... and Shopify Storefront GraphQL API.

    Tutorials

    Experience

    These are my experiences when I have been working on this project:

    If you like this project, hit the STAR button to bookmark it ⭐️

    Demonstration

    You can visit here to see the demo: https://next-shopify-storefront.vercel.app/

    Installation

    Clone the source code into your computer.

    git clone https://github.com/maxvien/next-shopify-storefront.git

    Install the project's dependencies.

    npm install

    Usage

    First, you need to set the below environment variables in the .env file or your deployment platforms.

    • NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN
    • NEXT_PUBLIC_SHOPIFY_STOREFRONT_API_TOKEN
    • NEXT_PUBLIC_SHOPIFY_STOREFRONT_API_VERSION

    You can follow the Shopify Storefront GraphQL API documentation to get Storefront API information.

    Develop

    Develop the project in development mode.

    npm run dev

    Build

    Build the project in production mode.

    npm run build

    Start

    Start the project in production mode.

    npm run start

    Lint

    Analyze the code to find problems with eslint and prettier.

    npm run lint

    Automatically fix problems.

    npm run fix

    Visual Studio Code Extensions

    To speed up your productivity, you can install these extensions:

    • Shopify Data Faker • A Shopify development tool for generating dummy store data.
    • Bootstrap Shopify Theme • A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.
    • Next Shopify Storefront (v2) • A Shopping Cart built with TypeScript, Emotion, Next.js, React.js, React Query, Shopify Storefront GraphQL API, ... and Material UI.
    • Next Shopify Storefront (v1) • A Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.

    Star History

    Star History Chart