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

https://github.com/flavien-hugs/svelte-app-bookstore

Simple app Book Store with svelte
https://github.com/flavien-hugs/svelte-app-bookstore

javascript sveltejs sveltejs-language

Last synced: 3 months ago
JSON representation

Simple app Book Store with svelte

Awesome Lists containing this project

README

        

# Simple book store with svelte

---

# svelte app

```bash
git clone https://github.com/flavien-hugs/svelte-app-bookstore.git
cd svelte-app
yarn add
```

Start server :

```bash
npm run dev
```