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
- Host: GitHub
- URL: https://github.com/mistlog/svelte-draft-template
- Owner: mistlog
- License: mit
- Created: 2020-01-30T10:11:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:29:16.000Z (over 2 years ago)
- Last Synced: 2023-03-02T23:01:15.274Z (over 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 327 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).