Svelte starter with Vite 4, TypeScript, SCSS, Babel, HMR, and ESM.
The Svelte Vite Starter is a starter template for building applications with Svelte. It comes preconfigured with Vite, TypeScript, SCSS, Babel, Autoprefixer, and HMR. This template provides a convenient way to start a Svelte project with all the necessary tools and configurations.
To install the Svelte Vite Starter, follow these steps:
npx degit sveltejs/vite-template my-app
cd my-app
npm install
The Svelte Vite Starter is a feature-rich template for starting Svelte projects. It includes essential tools and configurations such as Vite, TypeScript, SCSS, Babel, Autoprefixer, and HMR. With easy installation steps, developers can quickly set up a development environment and start building Svelte applications.