An open API service indexing awesome lists of open source software.

https://github.com/gkeymaster/windowsshopping


https://github.com/gkeymaster/windowsshopping

ecommerce javascript svelte

Last synced: 2 months ago
JSON representation

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.