A starter kit to build Svelte apps with esbuild.
git clone https://github.com/Tazeg/svelte-esbuild-template
cd svelte-esbuild-template
yarn install # or npm
yarn run dev
Open your browser to http://127.0.0.1:8080
yarn run build
Deploy the public/
directory.