I made this sample application to get familiar with Svelte. I have been using Vue.js for some time and wanted to experiment with something new. I made a sample movie board app that uses the following Svelte features:
{#if ...}
{#each ...}
<svelte:head>
frontend
folder and run:npm install
npm run dev
to run and access the app in the browser.backend
folder and run:npm install
npm run dev
to run the backend for the app.