Skip to content

acmiyaguchi/svelte-biwascheme-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-biwascheme-example

This is an application to test the browser bundle in biwascheme/biwascheme#216. Test it out on Netlify.

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run 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.