Created
September 4, 2020 18:48
-
-
Save danbulant/c502e0120db20ef6fe8b76f0e01bcda2 to your computer and use it in GitHub Desktop.
Svelte basics - get started
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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