https://github.com/danielschmitz/svelte-sapper-bulma-crud
A Svelte+Sapper+Bulma Crud
https://github.com/danielschmitz/svelte-sapper-bulma-crud
Last synced: 5 days ago
JSON representation
A Svelte+Sapper+Bulma Crud
- Host: GitHub
- URL: https://github.com/danielschmitz/svelte-sapper-bulma-crud
- Owner: danielschmitz
- Created: 2019-05-17T14:12:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T09:53:59.000Z (over 2 years ago)
- Last Synced: 2024-11-07T08:42:11.627Z (5 months ago)
- Language: Svelte
- Homepage: https://svelte-sapper-bulma-crud.herokuapp.com/
- Size: 557 KB
- Stars: 78
- Watchers: 3
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-svelte - CRUD com Svelte+Sapper+Bulma
README
# Svelte+Sapper+Bulma Crud
A basic CRUD (Create, Read, Update, Delete) using [Svelte](https://svelte.dev), [Sapper](https://sapper.svelte.dev) and [Bulma](https://bulma.io/).
## DEMO
**WIP** https://svelte-sapper-bulma-crud.herokuapp.com/ **WIP**
## Instalation
```
$ git clone https://github.com/danielschmitz/svelte-sapper-bulma-crud.git
$ cd svelte-sapper-bulma-crud
$ npm install
$ npm run dev
```Go to http://localhost:3000


## Backend
This CRUD uses northwind API: http://northwind.now.sh
## Stay updated about my books and cruds
Follow this accounts (low traffic, just book and crud updates)
## Roadmap
See this [issue](https://github.com/danielschmitz/svelte-sapper-bulma-crud/issues/1)