https://github.com/hyper63/svelte-template
a svelte + json-server template for building proof of concepts
https://github.com/hyper63/svelte-template
Last synced: about 1 year ago
JSON representation
a svelte + json-server template for building proof of concepts
- Host: GitHub
- URL: https://github.com/hyper63/svelte-template
- Owner: hyper63
- Created: 2020-09-18T20:50:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T10:30:23.000Z (over 5 years ago)
- Last Synced: 2025-01-13T05:41:38.677Z (about 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Template with JSON Server
This is a svelte template with a json server api built in.
it is designed to create prototypes for quick proof of concepts.
## Install
```
npx degit hyper63/svelte-template my-project
cd $_
yarn
yarn dev
```