Skip to content

IgorFilippov3/esbuild-svelte-typescript-starter

Repository files navigation

esbuild Svelte Typescript Starter

This is a starter kit to build Svelte containing:

  • Svelte 3.x
  • Typescript && aliases
  • esbuild bundling

Get started

Install the dependencies...

npm i

Then, run and serve your app:

npm run dev
npm run serve