This is a frontend E-commerce project developed using Next.js, React, Tailwind CSS, and TypeScript. It provides a solid foundation for building a modern and responsive online store, with a well-organized structure and essential features for creating a pleasant shopping experience for users.
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.