In this repository you'll check some examples exploring the features from Svelte.
To create a new project based on this template using degit:
npx degit sveltejs/template svelte-app
cd svelte-appNote that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
yarn...then start Rollup:
yarn devNavigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.
With surge
Install surge if you haven't already:
npm install -g surgeThen, from within your project folder:
npm run build
surge public