Sample project for the Svelte course available on https://club.flaviocopes.com
After cloning, run
npm install
then go into the src/lib/svelte-calendar-1.0.10/
folder:
cd src/lib/svelte-calendar-1.0.10/
and run
npm install
again.
Then go back to the root folder of the project and run npm run dev
to start the Sapper server
P.S. the app will not work out of the box, it's meant as a reference material to use during the course, because you need to first set up the database, configure the access to it, and more.
Each chapter of the course has a branch. Explore all the branches here and here