This project is typescript version of examples in https://svelte.dev/tutorial, and is used to demonstrate how to use svelte-draft to develop svelte app with full power of typescript.
Online playground: https://codesandbox.io/s/svelte-draft-tutorial-22mdl
> npm install
> npm run dev
> npm run webpack:dev
Change path in main.ts
to switch to another example, default one is:
import App from './examples/10-transitions/custom-css-transitions/App';
This project is MIT licensed.