https://github.com/gkeymaster/windowsshopping
https://github.com/gkeymaster/windowsshopping
ecommerce javascript svelte
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkeymaster/windowsshopping
- Owner: GKeyMaster
- Created: 2024-01-15T04:40:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T00:10:08.000Z (over 2 years ago)
- Last Synced: 2025-03-04T14:34:38.706Z (over 1 year ago)
- Topics: ecommerce, javascript, svelte
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Svelte e-commerce
## Install dependencies
First of all, install dependencies to start the project ready
```bash
npm install
```
## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Demo training
Follow [demo training documentation](/doc/README.md) to continue experimenting with Svelte.