Back to Next Js

Next.js + Turbopack

examples/with-turbopack/README.md

16.2.51020 B
Original Source

Next.js + Turbopack

This example allows you to get started with next dev --turbo quickly.

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-turbopack with-turbopack-app
bash
yarn create next-app --example with-turbopack with-turbopack-app
bash
pnpm create next-app --example with-turbopack with-turbopack-app

Deploy it to the cloud with Vercel (Documentation).