Skip to content

calendariofx/example-calendario-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.