Zaixs Apparel is an ongoing e-commerce project. Website Link.
- TypeScript (5.0) : A strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- React (19.0) : A JavaScript library for building user interfaces, maintained by Facebook and a community of individual developers and companies.
- Next.js (15.1.7) : A React framework for production, providing hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.
- Tailwind CSS (3.4.1) : A utility-first CSS framework packed with classes like
flex
,pt-4
,text-center
, androtate-90
that can be composed to build any design, directly in your markup. - Prisma : A next-generation ORM for Node.js and TypeScript that helps you build faster and make fewer errors.
- Supabase : An open-source Firebase alternative that provides all the backend services you need to build a product.
- Shadcn-UI : A component library for building accessible and customizable UI components.
- First, clone the repository:
git clone https://github.com/komaraip/zaixs-apparel.git
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.