This is a Starter Kit to build Svelte apps containing:
To create a new project based on this template using degit:
npx degit ritesh404/svelte-webpack-starter svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
yarn
...then start Webpack DevServer:
yarn start
Navigate to localhost:5000. You should see your app running. Edit files in src
, save it, and reload the page to see your changes.