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.
To get started with EclectiStore, follow these steps:
-
Clone the repository:
git clone https://github.com/tomy08/EclectiStore.git
-
Install dependencies:
cd EclectiStore npm install
-
Set up Shopify:
- Obtain your Shopify API credentials and configure them in the project.
- Connect to your Shopify store to fetch product data.
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the application.
- Next.js
- GraphQL
- TypeScript
- Shopify