Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 559 Bytes

svelte-roadtrip-todo

Todo-App experimental project with roadtrip, Svelte and TypeScript.

This project was converted from Svelte sample found in abstract-state-router examples to make TypeScript and Svelte working together.

Genrate TypeScript definition files when build with webpack and svelte-dts-loader.

How to run

npm install
npm run dev

will open http://localhost:8085/ in the browser