skel-svelte-snowpack/README.md
Sebastian Frank 436c0babce
init
2020-11-11 16:58:54 +01:00

21 lines
364 B
Markdown

# 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)