svelte-typescript-scss-webpack-starter

Svelte Typescript Scss Webpack Starter

Starter kit to start building Svelte Apps

Svelte Typescript SCSS Webpack Starter Kit

This is a Starter Kit to build Svelte apps containing:

  • Svelte 3.x
  • Typescript
  • SCSS
  • ESLint
  • Prettier
  • whatwg-fetch
  • Webpack

To create a new project based on this template using degit:

npx degit ritesh404/svelte-typescript-scss-webpack-starter svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-app
yarn

...then start Webpack DevServer:

yarn start

Navigate to localhost:5000. You should see your app running. Edit files in src, save it, and reload the page to see your changes.

Top categories

Loading Svelte Themes