Skip to content

xavhm/HelloTMDB

Repository files navigation

Nuxt3 - HelloTMDB

Look at the Nuxt 3 documentation to learn more.

Dependancies & Environment

Node ^20.10.0
Pnpm ^9.0.0 A TMBD api key. // TEST

Nuxt modules included:

  • nuxt/eslint
  • nuxt/tailwind
  • nuxt/font
  • nuxt/image
  • nuxt/seo
  • nuxt/securty

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# pnpm
pnpm run dev

# bun
bun run dev

Production

Build the application for production:

# pnpm
pnpm run build

# bun
bun run build

Deployment target : Cloudflare Pages Check out the deployment documentation for more information.