This template comes with all the good stuff you need to start building a dapp on Tezos:
To use it:
git clone https://github.com/claudebarde/svelte-tezos-template.gitcd svelte-tezos-templatenpm installnpm run devHere are a few tips if you are new to creating web apps in Svelte or in general:
src folder, either next to the App.svelte or in a new folder, for example, componentsstyles folder and import them either in the index.scss file with @import "./myfile.scss" or directly into the main.ts file just under import "./styles/index.scss";Please leave comments for new features and open issues if you have any problem!