It’s time. After five months and hundreds of commits, you’re finally invited to try out the SvelteKit beta. It’s not finished — there are a few known bugs and several missing features — but we’re really happy with how it’s shaping up and can’t wait for you to try it.

Starting a new project is easy:

## create the project
mkdir my-app
cd my-app
npm init svelte@next

## install dependencies
npm install

## start dev server and open a browser tab
npm run dev -- --open

#sveltekit #svelte

SvelteKit is in Public Beta
3.70 GEEK