svelte-ts-scss-smui-seed Svelte Themes

Svelte Ts Scss Smui Seed

Svelte TS/SCSS/SMUI template

This is a project template for Svelte 3 apps. It adds Typescript, SCSS and SMUI support to https://github.com/sveltejs/template.

Typescript support

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.

Create a new project

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.

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 https://github.com/sveltejs/template.

Top categories

Loading Svelte Themes