Most complete, powerful ecommerce solution ever created. Powered by SvelteKit.
Phosphor - Browse Collection: [https://icon-sets.iconify.design/ph]
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
https://www.okupter.com/blog/sveltekit-form-validation-with-zod
- Step 1: Create a db named "vendure" in pgAdmin (postgreSQL)
- Step 2:
npx @vendure/create sleek-vendure
- Step 3: setup the correct value for above command: localhost, port 5432, db username is
postgres
, password1234