This project was created with learning purposes. Based on the documentation provided on this exercise link I decided to develop it on sapper/svelte in order to learn and test my skills.
However you get the code, you can install dependencies and run the project in development mode with:
cd svelte-movies-app
yarn install # or yarn
yarn dev
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
If you want to learn more about how I created this project, you can go this link where you will find the documentation of it.
Feel free to contribute to it however you want (pull requests, issues, proposals).