Stormix / bun-sveltekit-tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

bun --bun run dev

Building

To create a production version of your app:

bun --bun run run build

You can preview the production build with bun --bun run preview.

To deploy your app, you may need to install an adapter for your target environment.

About


Languages

Language:JavaScript 66.6%Language:HTML 12.8%Language:TypeScript 8.5%Language:Svelte 7.8%Language:CSS 4.4%