Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 546 Bytes

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.