# Svelte TypeScript/SASS/SMUI template
This is a project template for Svelte 3 apps. It adds SCSS and SMUI support to github.com/will-wow/svelte-typescript-template.
## Create a new project
To create a new project based on this template using degit:
npx degit aldanin/svelte-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/svelte-seed.git
Note that you will need to have Node.js installed.
## Get started
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.
# For additional information please visit github.com/will-wow/svelte-typescript-template.