# Clone svelte app
npx degit sveltejs/template svelte-app
cd svelte-app
# Set yarn version to berry
yarn set version berry
yarn install
# Svelte preprocess init
yarn add --dev svelte-preprocess typescript sass
# Create svelte.config.js
# Edit rollup.config.js
# Edit App.svelte
# OR
# Use my repo
git clone https://github.com/SagnikPradhan/svelte-yarn2-test.git
Comming shortly