Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vendure-ecommerce/storefront-sveltekit-starter
https://github.com/vendure-ecommerce/storefront-sveltekit-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vendure-ecommerce/storefront-sveltekit-starter
- Owner: vendure-ecommerce
- Created: 2022-10-29T15:14:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T12:02:28.000Z (over 1 year ago)
- Last Synced: 2024-10-29T20:25:22.235Z (2 months ago)
- Language: Svelte
- Homepage: storefront-sveltekit-starter.vercel.app
- Size: 2.37 MB
- Stars: 19
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vendure SvelteKit Storefront
## Tools
- โ [Vendure](https://www.vendure.io/)
- ๐งก [SvelteKit](https://kit.svelte.dev/)
- โก [KitQL](https://www.kitql.dev/)
- ๐ฉ [Houdini](https://www.houdinigraphql.com/)
- ๐จ [Tailwindcss](https://tailwindcss.com/)
- ๐ผ๏ธ [daisyUI](https://daisyui.com/)## Development
```bash
# 1/ clone the repo
git clone [email protected]:spences10/sveltekit-vendure-commerce.git# 2/ install dependencies
pnpm i# 3/ start your local developement
pnpm dev# enjoy ๐ฅณ๐ฅณ๐ฅณ
```## Production
```bash
# 1/ build your app
pnpm build
```