Minimal movie search engine built using Svelte.
Install the dependencies...
npx degit pc799/searchwoods
cd searchwoods
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the app running.
Note that you will need to have Node.js installed.