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

https://github.com/mistlog/svelte-draft-template

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

Last synced: 6 months ago
JSON representation

Develop svelte app in typedraft/typescript

Awesome Lists containing this project

README

        

# SvelteDraft Template

This is a project template for svelte-draft apps, and it's adapted from https://github.com/sveltejs/template.

Online playground: https://codesandbox.io/s/svelte-draft-template-586o5.

The build tool for this project is rollup, if you prefer webpack, see: https://github.com/Mycl95/svelte-draft-template-webpack.

## Run

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

## License

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