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-appNote that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
yarn...then start Webpack DevServer:
yarn startNavigate to localhost:5000. You should see your app running. Edit files in src, save it, and reload the page to see your changes.