schon/storefront
Egor fureunoir Gorbunov cc8c2245ee Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling;
Fixes: None;

Extra: Removed unused files including layout, page components, and global styling to align with the new GraphQL integration;
2025-06-30 20:18:42 +03:00
..
public Features: 1) Add favicon.svg to the public directory; 2) Update tsconfig.json to include baseUrl configuration; 2025-06-27 07:20:04 +03:00
src Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling; 2025-06-30 20:18:42 +03:00
.gitignore Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
eslint.config.mjs Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
next.config.ts Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
package-lock.json Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling; 2025-06-30 20:18:42 +03:00
package.json Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling; 2025-06-30 20:18:42 +03:00
postcss.config.mjs Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
README.md Features: 1) Add SVG assets (window.svg, next.svg, vercel.svg) to storefront/public; 2) Setup initial Next.js home page layout with Tailwind CSS in src/app/page.tsx; 3) Integrate support for deploying via Vercel and links to documentation; 2025-06-27 04:53:34 +03:00
schema.json Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling; 2025-06-30 20:18:42 +03:00
tsconfig.json Features: 1) Integrated Apollo Client with caching and query merging; 2) Added GraphQL schema for improved API handling; 2025-06-30 20:18:42 +03:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.