372 B
372 B
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)