Back to Next Js

Example app with MDX

examples/mdx/README.md

16.2.51.0 KB
Original Source

Example app with MDX

This example shows using MDX as top level pages for your next.js app.

Deploy your own

How to use

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

bash
npx create-next-app --example mdx mdx-app
bash
yarn create next-app --example mdx mdx-app
bash
pnpm create next-app --example mdx mdx-app
bash
bunx create-next-app --example mdx mdx-app

Deploy it to the cloud with Vercel (Documentation).