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

https://github.com/mistlog/sapper-template

Develop sapper app in typedraft/typescript
https://github.com/mistlog/sapper-template

Last synced: 6 months ago
JSON representation

Develop sapper app in typedraft/typescript

Awesome Lists containing this project

README

        

# Sapper Template App

This is a project template for sapper app, and it's adapted from https://github.com/sveltejs/sapper-template. It's powered by svelte-draft and thus has complete typescript support.

## Run

```shell
> npm install
> npm run dev
```

By default, `cypress` is not installed, if you need end-to-end test:

```shell
> npm i -D cypress
> npm test
```

## License

This project is [MIT licensed](https://github.com/mistlog/sapper-template/blob/master/LICENSE).