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
- Host: GitHub
- URL: https://github.com/flavien-hugs/svelte-app-bookstore
- Owner: flavien-hugs
- Created: 2022-06-19T13:55:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T23:44:36.000Z (about 3 years ago)
- Last Synced: 2025-02-03T13:44:14.451Z (5 months ago)
- Topics: javascript, sveltejs, sveltejs-language
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```