Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 921 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 921 Bytes

Svelte movies app

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.

Installation

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.

Project structure

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).