DEV Community

Cover image for SvelteKit is in public beta
kvetoslavnovak
kvetoslavnovak

Posted on

8 3

SvelteKit is in public beta

After five months and hundreds of commits, you're finally invited to try out the SvelteKit beta. 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
Enter fullscreen mode Exit fullscreen mode

You'll find documentation at kit.svelte.dev/docs. The source code is available at github.com/sveltejs/kit. Issues and pull requests are disabled while Svelte Team finishes getting all house in order, but they'll be making it fully open in the near future.

Details on easy deployment to Vercel, Netlify, Begin or as a node app or a static site at kit.svelte.dev/docs#adapters.

If you have a Sapper app that you'd like to migrate to SvelteKit, you'll find instructions at kit.svelte.dev/migrating.

You can find more details and the official Svelte Team and Rich Harris announcement at SvelteKit is in public beta.

Photo by Keren Fedida on Unsplash

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series