A custom headless Shopify storefront for The Ivy in Long Beach, NY.
This project is built with Shopify
's Hydrogen React
framework, styled with Tailwind CSS
and deployed continuously to Vercel
via this Git
repository.
This project is deployed to a subdomain (shop.theivylbny.com) of a custom Next.js
project (github.com/Adamhunter108/the-ivy).
TypeScript | Node.js | React | Tailwind CSS | Shopify | Vercel |
---|---|---|---|---|---|
$ # install dependencies
$ npm i
$ # or
$ yarn
$ # start local development node.js server
$ npm run dev
$ # or
$ yarn dev