# Clone this repo and install its dependencies
npm i
# Then run a dev server and open it on localhost
npm run dev
The last "slide" of the presentation is a sandbox, designed to let you try out Svelte features immediately. Edit the routes/sandbox/+page.svelte
file and the page will hot reload on save.
It's never been easier to start your own SvelteKit project. Use the commands below to create a new repo with the latest version.
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app