Svelte Windows 10 - How To Install

How to Install Svelte on windows 10 First your going to download from this website type in this command in console npm install -g npm-reinstall After that type these 4 commands in console npx degit sveltejs/template my-svelte-project cd my-svelte-project npm install npm run dev Learn more here: localhost:5000 in browser to see if it’s working #javascript #howto #install
Back to Top