Home

Awesome

Svelte3-Typescript Boilerplate

TS analytics works in VSCode! Based on:

Description

Starter pack for Svelte 3/Rollup/Typescript/Visual Studio Code:

How to start

Please, notice the importance of svelte.config.js in the root directory for VSCode to use your project's preprocessors. Jest, Prettier, ESLint, PostCSS are optional but useful. So clone and

npm i
npm run dev

Linting

npm run lint
npm run format