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.
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 :tada:
Bonus Play: Try changing the code and implementing the static Demo 2 in the svelte app.