Go to file Use this template
2020-11-23 10:57:59 +01:00
.vscode init 2020-11-11 16:44:55 +01:00
public init 2020-11-11 16:44:55 +01:00
src init 2020-11-11 16:58:54 +01:00
types global types 2020-11-21 12:03:04 +01:00
.drone.yml added drone ci config 2020-11-12 11:18:15 +01:00
.gitignore init 2020-11-11 16:44:55 +01:00
.prettierrc init 2020-11-11 16:44:55 +01:00
package.json init 2020-11-11 16:44:55 +01:00
README.md init 2020-11-11 16:58:54 +01:00
snowpack.config.js fixed tsconfig, enabled sourcemap 2020-11-23 10:57:59 +01:00
svelte.config.js fixed tsconfig, enabled sourcemap 2020-11-23 10:57:59 +01:00
tsconfig.json fixed tsconfig, enabled sourcemap 2020-11-23 10:57:59 +01:00
yarn.lock init 2020-11-11 16:44:55 +01:00

Svelte Skeleton with Typescript support and Snowpack bundler

prepare

yarn install

dev server

yarn start

build and bundle

yarn bundle

start developing

  • in src/ your .ts files
  • in types/your type definitions
  • in src/components/ your Svelte components
  • in public/ your index.html and static assets (relative to / on webserver)