doryan04 7f7e2dc762 | ||
---|---|---|
.idea | ||
app | ||
dist | ||
src | ||
.eslintrc.yml | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tsconfig.json |
Next.js + Turbopack
This example allows you to get started with next dev --turbo
quicky.
Deploy your own
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).