Answers for "starting the svelte project"

1

svelte new project

npx degit sveltejs/template my-svelte-project
# or download and extract this .zip file
cd my-svelte-project
# to use TypeScript run:
# node scripts/setupTypeScript.js

npm install
npm run dev
Posted by: Guest on April-19-2021

Browse Popular Code Answers by Language