This is a Sveltekit application. I built this app to learn the basics of Svelte and Sveltekit. This is a movie search consuming the "Movies DB" API. You can see the app running on https://svelteflix.vercel.app/. This is a mobile first app (fully responsive). Here you'll find many Svelte concepts like "routing", "configuring", and "dynamic routing", among others.
This is an open project. Feel free to clone, or fork it. Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.