Skip to content

thereis/svelte-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte examples

In this repository you'll check some examples exploring the features from Svelte.

Article

Get started with Svelte!

Demo

tightfisted-wheel.surge.sh

svelte app

To create a new project based on this template using degit:

npx degit sveltejs/template svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-app
yarn

...then start Rollup:

yarn dev

Navigate 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.

Deploying to the web

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public

About

Svelte examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors