- Inspired by Movies App demos
- Design by Nuxt Movies
- This product uses the TMDB API but is not endorsed or certified by TMDB.
npm install
npm run dev
VITE_TMDB_API_KEY=
This project is powered by @marko/run.
- Run
npm run dev
to start the development server - Run
npm run build
to build a production-ready node.js server - Run
npm start
to run the production server
Pages map to the directory structure. You can add additional pages by creating files/directories under src/routes
with +page.marko
files. Learn more in the @marko/run
docs.