rsnext/examples/with-turbopack
Lee Robinson ac54377e67
examples: cleanup (#57845)
Remove examples that were linking to just READMEs, or outdated / discontinued ones.
2023-11-01 00:08:55 +00:00
..
app examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
.gitignore examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
next-env.d.ts examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
package.json examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
README.md examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00
tsconfig.json examples: cleanup (#57845) 2023-11-01 00:08:55 +00:00

Next.js + Turbopack

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

Deploy your own

Deploy with Vercel

How to use

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

npx create-next-app --example with-turbopack with-turbopack-app
yarn create next-app --example with-turbopack with-turbopack-app
pnpm create next-app --example with-turbopack with-turbopack-app

Deploy it to the cloud with Vercel (Documentation).