How to setup a Svelte project
You first have to have Node.JS and npm installed on your computer.
First of all run bun create vite .
or npm create vite .
for NPM users.
Use the down arrow key to scroll to Svelte, then hit enter.
Press JavaScript, or Typescript, your choice. Sveltekit is an advanced topic and if you are a beginner you should stick to Svelte/javascript.
Top comments (0)