DEMO 👉 https://techii.vercel.app/
This is an example of a Snipcart powered ecommerce store using Next.js & Tailwind.
You will need Node.js installed on your system and a Snipcart account.
Get the code by either cloning this repository using git
git clone https://github.com/ashtken/techii.git
... or downloading source code code as a zip archive.
Once downloaded, open the terminal in the project directory, and install dependencies with:
npm install
Then start the example app with:
npm run dev
The app should now be up and running at http://localhost:3000 🚀