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

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

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
```