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
- Host: GitHub
- URL: https://github.com/mistlog/sapper-template
- Owner: mistlog
- License: mit
- Created: 2020-02-25T14:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:16:32.000Z (over 2 years ago)
- Last Synced: 2023-03-02T23:01:14.629Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 427 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).