Skip to content

Instantly share code, notes, and snippets.

@danbulant
Created September 4, 2020 18:48
Show Gist options
  • Save danbulant/c502e0120db20ef6fe8b76f0e01bcda2 to your computer and use it in GitHub Desktop.
Save danbulant/c502e0120db20ef6fe8b76f0e01bcda2 to your computer and use it in GitHub Desktop.
Svelte basics - get started
npx degit sveltejs/template my-svelte-project
# or download and extract this zip: https://github.com/sveltejs/template/archive/master.zip
cd my-svelte-project
npm install # install dependencies
npm run dev # run the code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment