mistlog / sapper-template

Develop sapper app in typedraft/typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

> npm install
> npm run dev

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

> npm i -D cypress
> npm test

License

This project is MIT licensed.

About

Develop sapper app in typedraft/typescript

License:MIT License


Languages

Language:JavaScript 69.7%Language:HTML 19.9%Language:CSS 8.3%Language:TypeScript 2.1%