Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 837 Bytes

Svelte Calendario Example

This is an example for building a Calendar with Calendario library

npx degit calendariofx/example-calendario-svelte calendario-app
cd svelte-app

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

Get started

Install the dependencies...

cd calendario-app
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.

Work hard, Play harder 🎉

Bonus Play: Try changing the code and implementing the static Demo 2 in the svelte app.