https://github.com/mistlog/svelte-element-template
Template project of svelte-element
https://github.com/mistlog/svelte-element-template
Last synced: 2 months ago
JSON representation
Template project of svelte-element
- Host: GitHub
- URL: https://github.com/mistlog/svelte-element-template
- Owner: mistlog
- License: mit
- Created: 2020-12-28T14:56:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T14:59:10.000Z (over 4 years ago)
- Last Synced: 2025-02-01T15:31:07.703Z (4 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Element Template
This is a project template for svelte-element app, and it's adapted from https://github.com/sveltejs/template.
## Run
```shell
> npm install
> npm run dev
```## License
This project is [MIT licensed](https://github.com/mistlog/svelte-element-template/blob/master/LICENSE).