
An E-commerce site template, implemented with Next.js and TypeScript. Styled with TailwindCSS. This is one of my portfolios, but I would be pleased if these codes helped others, so I published it as an open-source project. feel free to explore it, and if you need help, ask me. I would respond as soon as possible.
To support me, please create Pull request and give star to this repository.
I appreciate your support in advance. ❤
Technologies • Demo • Features • Pages • Getting started • Contributing • Contact Me
You can visit and explore in the ZiShop template at ZiShop.vercel.app.
(BACK TO TOP ?)
projectId and tokenWarning To work with sanity, people who live in Iran should use a
VPN.
git clone https://github.com/ZahraMirzaei/online-shop.gitnpm install
#or
yarn addprojectId into lib/client.ts.env file to root project, and enter your token into .envNEXT_PUBLIC_SANITY_TOKEN= [ENTER YOUR TOKEN]sanity startopen http://localhost:3333 and enter products.
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)
(BACK TO TOP?)