A lightweight e-commerce web application built
with SvelteKit, TailwindCSS.
This project demonstrates reactive state management, Svelte
component structure, and responsive product pages.
Mock product data is loaded through layout.server.ts, allowing the app to simulate real backend data fetching without requiring an external API.
https://ecom-svelte-port-ch.vercel.app/
git clone https://github.com/chaiyarerk-hom/ecom-svelte-port-ch
cd ecom-svelte-port-ch/ecom-svelte
pnpm install
pnpm dev
App will be available at:
http://localhost:5173
This project is licensed under the MIT License.