.vscode | ||
public | ||
src | ||
types | ||
.drone.yml | ||
.gitignore | ||
.prettierrc | ||
package.json | ||
README.md | ||
snowpack.config.js | ||
svelte.config.js | ||
tsconfig.json | ||
yarn.lock |
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)