An e-commerce storefront for Vendure built with SvelteKit, Houdini, and TailwindCSS. Heavily inspired by the official Vendure Remix Storefront Starter and Vendure Sveltekit Storefront.
Currently, this repo is for educational purposes only. The goal was to learn Houdini and Vendure, so I decided to combine the two. It could also be useful to check out the other repos listed above for inspiration on different ways to tackle the same problem set within similar technology stacks.
Contributions welcome!
npm install
.env
file in the root dir with the following contents:VENDURE_API_URL=https://readonlydemo.vendure.io/shop-api
NODE_ENV=development
npm run dev
- run the storefront with a local SvelteKit serverMIT