Template for Svelte with TypeScript, Webpack and Bulma CSS library.
degit
To create a new project locally, run
npx degit "tiero/svelte-webpack-bulma" my-app
degit
is a scaffolding tool that lets you create a directory from a branch in a repository.
Replace my-app
with the path where you wish to create the project.
Alternatively, you can create the new project as a GitHub repository using GitHub's template feature.