Skip to content

brandonxiang/svelteup-starter

Repository files navigation

svelteup-starter

license

It is a simple starter with web components and svelte, powered by svelteup.

web component + svelte + esbuild = svelteup

client rendering + light weight + extremly fast = svelteup

Startup

npx degit brandonxiang/svelteup-starter

# install dependencies and startup local server
pnpm i
pnpm dev

All logic is writtened in components. Your can create your component to Dir Components and add it into index.js.

License

MIT @brandonxiang