This is a project template for Svelte 3 apps. It adds Typescript, SCSS and SMUI support to https://github.com/sveltejs/template.
Typescript package is the official svelte-ts version.
If you're a VS Code user, make sure you're using the (new) official extension, which replaces the popular extension by James Birtles.
To create a new project based on this template using degit:
npx degit aldanin/aldanin/svelte-ts-scss-smui-seed
To use the above you will need to install degit:
npm install -g degit
You can also clone directly:
git clone https://github.com/aldanin/aldanin/svelte-ts-scss-smui-seed.git
Note that you will need to have Node.js installed.
Install the dependencies...
yarn install
...then start Rollup:
yarn dev
Navigate to localhost:8000. You should see your app running. Edit a component file in src
and save it. The page will automatically update with your changes.