Skip to content

tomy08/EclectiStore

Repository files navigation

EclectiStore

This is an e-commerce project built using Next.js, GraphQL, TypeScript, and Shopify. The product data is sourced from the Next.js 14 course on Platzi, and the UI is inspired by HyperUI.

Getting Started

To get started with EclectiStore, follow these steps:

  1. Clone the repository:

    git clone https://github.com/tomy08/EclectiStore.git
    
  2. Install dependencies:

    cd EclectiStore
    npm install
    
  3. Set up Shopify:

    • Obtain your Shopify API credentials and configure them in the project.
    • Connect to your Shopify store to fetch product data.
  4. Start the development server:

    npm run dev
    
  5. Open your browser and navigate to http://localhost:3000 to view the application.

Stack

  • Next.js
  • GraphQL
  • TypeScript
  • Shopify

Releases

No releases published

Packages

No packages published

Languages