Back to Next Js

README

examples/with-youtube-embed/README.md

16.2.51.1 KB
Original Source

Example app using YouTube Embed

This example shows how to embed a YouTube Embed using @next/third-parties.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-youtube-embed with-youtube-embed-app
bash
yarn create next-app --example with-youtube-embed with-youtube-embed-app
bash
pnpm create next-app --example with-youtube-embed with-youtube-embed-app

Deploy it to the cloud with Vercel (Documentation).