Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 615 Bytes

Simple E-commerce App.

Built using NEXTJS, TailwindCSS, TypeScript. Every E-com features are built from scratch without any 3rd party package. Want to create your own e-commerce store try this base boiler code and build upon it.

Live

Screenshot 2023-03-29 at 1 38 03 PM

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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