This projet was built with Next.js.
A TMDB API-key needs to be added in the .env
-file. There is an .env.example
file to show what the env-variable name.
Install the dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn run dev
For production, run:
npm run start
# or
yarn run start
Open http://localhost:3000 with your browser to see the result.