docs(examples): improve DX while copying command to create new project (#38410)

* docs(examples): improve DX while copy command to create new project

* chore: apply code review

Co-authored-by: Marcos Bérgamo <Marcos.Bergamo@refinitiv.com>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
This commit is contained in:
Marcos Bérgamo 2022-07-27 04:57:48 +02:00 committed by GitHub
parent 0ab6ad5241
commit c3e5caf110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
252 changed files with 1512 additions and 504 deletions

View file

@ -306,9 +306,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
# or
```
```bash
yarn create next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
# or
```
```bash
pnpm create next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example active-class-name active-class-name-app
# or
```
```bash
yarn create next-app --example active-class-name active-class-name-app
# or
```
```bash
pnpm create next-app --example active-class-name active-class-name-app
```

View file

@ -19,9 +19,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example amp-first amp-first-app
# or
```
```bash
yarn create next-app --example amp-first amp-first-app
# or
```
```bash
pnpm create next-app --example amp-first amp-first-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example amp-story amp-story-app
# or
```
```bash
yarn create next-app --example amp-story amp-story-app
# or
```
```bash
pnpm create next-app --example amp-story amp-story-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example amp amp-app
# or
```
```bash
yarn create next-app --example amp amp-app
# or
```
```bash
pnpm create next-app --example amp amp-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example analyze-bundles analyze-bundles-app
# or
```
```bash
yarn create next-app --example analyze-bundles analyze-bundles-app
# or
```
```bash
pnpm create next-app --example analyze-bundles analyze-bundles-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-apollo-server-and-client-auth api-routes-apollo-server-and-client-auth-app
# or
```
```bash
yarn create next-app --example api-routes-apollo-server-and-client-auth api-routes-apollo-server-and-client-auth-app
# or
```
```bash
pnpm create next-app --example api-routes-apollo-server-and-client-auth api-routes-apollo-server-and-client-auth-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-apollo-server-and-client api-routes-apollo-server-and-client-app
# or
```
```bash
yarn create next-app --example api-routes-apollo-server-and-client api-routes-apollo-server-and-client-app
# or
```
```bash
pnpm create next-app --example api-routes-apollo-server-and-client api-routes-apollo-server-and-client-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-apollo-server api-routes-apollo-server-app
# or
```
```bash
yarn create next-app --example api-routes-apollo-server api-routes-apollo-server-app
# or
```
```bash
pnpm create next-app --example api-routes-apollo-server api-routes-apollo-server-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-cors api-routes-cors-app
# or
```
```bash
yarn create next-app --example api-routes-cors api-routes-cors-app
# or
```
```bash
pnpm create next-app --example api-routes-cors api-routes-cors-app
```

View file

@ -31,9 +31,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-graphql api-routes-graphql-app
# or
```
```bash
yarn create next-app --example api-routes-graphql api-routes-graphql-app
# or
```
```bash
pnpm create next-app --example api-routes-graphql api-routes-graphql-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-middleware api-routes-middleware-app
# or
```
```bash
yarn create next-app --example api-routes-middleware api-routes-middleware-app
# or
```
```bash
pnpm create next-app --example api-routes-middleware api-routes-middleware-app
```

View file

@ -28,9 +28,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-rate-limit api-routes-rate-limit-app
# or
```
```bash
yarn create next-app --example api-routes-rate-limit api-routes-rate-limit-app
# or
```
```bash
pnpm create next-app --example api-routes-rate-limit api-routes-rate-limit-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes-rest api-routes-rest-app
# or
```
```bash
yarn create next-app --example api-routes-rest api-routes-rest-app
# or
```
```bash
pnpm create next-app --example api-routes-rest api-routes-rest-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example api-routes api-routes-app
# or
```
```bash
yarn create next-app --example api-routes api-routes-app
# or
```
```bash
pnpm create next-app --example api-routes api-routes-app
```

View file

@ -17,9 +17,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example auth0 auth0-app
# or
```
```bash
yarn create next-app --example auth0 auth0-app
# or
```
```bash
pnpm create next-app --example auth0 auth0-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example basic-css basic-css-app
# or
```
```bash
yarn create next-app --example basic-css basic-css-app
# or
```
```bash
pnpm create next-app --example basic-css basic-css-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example basic-export basic-export-app
# or
```
```bash
yarn create next-app --example basic-export basic-export-app
# or
```
```bash
pnpm create next-app --example basic-export basic-export-app
```

View file

@ -43,9 +43,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example blog-starter blog-starter-app
# or
```
```bash
yarn create next-app --example blog-starter blog-starter-app
# or
```
```bash
pnpm create next-app --example blog-starter blog-starter-app
```

View file

@ -23,9 +23,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example catch-all-routes catch-all-routes-app
# or
```
```bash
yarn create next-app --example catch-all-routes catch-all-routes-app
# or
```
```bash
pnpm create next-app --example catch-all-routes catch-all-routes-app
```

View file

@ -40,9 +40,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-agilitycms cms-agilitycms-app
# or
```
```bash
yarn create next-app --example cms-agilitycms cms-agilitycms-app
# or
```
```bash
pnpm create next-app --example cms-agilitycms cms-agilitycms-app
```

View file

@ -12,9 +12,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-builder-io cms-builder-io-app
# or
```
```bash
yarn create next-app --example cms-builder-io cms-builder-io-app
# or
```
```bash
pnpm create next-app --example cms-builder-io cms-builder-io-app
```

View file

@ -53,9 +53,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-buttercms cms-buttercms-app
# or
```
```bash
yarn create next-app --example cms-buttercms cms-buttercms-app
# or
```
```bash
pnpm create next-app --example cms-buttercms cms-buttercms-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-contentful cms-contentful-app
# or
```
```bash
yarn create next-app --example cms-contentful cms-contentful-app
# or
```
```bash
pnpm create next-app --example cms-contentful cms-contentful-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-cosmic cms-cosmic-app
# or
```
```bash
yarn create next-app --example cms-cosmic cms-cosmic-app
# or
```
```bash
pnpm create next-app --example cms-cosmic cms-cosmic-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-datocms cms-datocms-app
# or
```
```bash
yarn create next-app --example cms-datocms cms-datocms-app
# or
```
```bash
pnpm create next-app --example cms-datocms cms-datocms-app
```

View file

@ -36,9 +36,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-drupal cms-drupal-app
# or
```
```bash
yarn create next-app --example cms-drupal cms-drupal-app
# or
```
```bash
pnpm create next-app --example cms-drupal cms-drupal-app
```

View file

@ -35,9 +35,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-ghost cms-ghost-app
# or
```
```bash
yarn create next-app --example cms-ghost cms-ghost-app
# or
```
```bash
pnpm create next-app --example cms-ghost cms-ghost-app
```

View file

@ -40,9 +40,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-graphcms cms-graphcms-app
# or
```
```bash
yarn create next-app --example cms-graphcms cms-graphcms-app
# or
```
```bash
pnpm create next-app --example cms-graphcms cms-graphcms-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-kontent cms-kontent-app
# or
```
```bash
yarn create next-app --example cms-kontent cms-kontent-app
# or
```
```bash
pnpm create next-app --example cms-kontent cms-kontent-app
```

View file

@ -23,9 +23,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-plasmic cms-plasmic-app
# or
```
```bash
yarn create next-app --example cms-plasmic cms-plasmic-app
# or
```
```bash
pnpm create next-app --example cms-plasmic cms-plasmic-app
```

View file

@ -39,9 +39,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-prepr cms-prepr-app
# or
```
```bash
yarn create next-app --example cms-prepr cms-prepr-app
# or
```
```bash
pnpm create next-app --example cms-prepr cms-prepr-app
```

View file

@ -36,9 +36,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-prismic cms-prismic-app
# or
```
```bash
yarn create next-app --example cms-prismic cms-prismic-app
# or
```
```bash
pnpm create next-app --example cms-prismic cms-prismic-app
```

View file

@ -43,9 +43,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-sanity cms-sanity-app
# or
```
```bash
yarn create next-app --example cms-sanity cms-sanity-app
# or
```
```bash
pnpm create next-app --example cms-sanity cms-sanity-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-storyblok cms-storyblok-app
# or
```
```bash
yarn create next-app --example cms-storyblok cms-storyblok-app
# or
```
```bash
pnpm create next-app --example cms-storyblok cms-storyblok-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-strapi cms-strapi-app
# or
```
```bash
yarn create next-app --example cms-strapi cms-strapi-app
# or
```
```bash
pnpm create next-app --example cms-strapi cms-strapi-app
```

View file

@ -36,9 +36,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-takeshape cms-takeshape-app
# or
```
```bash
yarn create next-app --example cms-takeshape cms-takeshape-app
# or
```
```bash
pnpm create next-app --example cms-takeshape cms-takeshape-app
```

View file

@ -33,9 +33,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-tina cms-tina-app
# or
```
```bash
yarn create next-app --example cms-tina cms-tina-app
# or
```
```bash
pnpm create next-app --example cms-tina cms-tina-app
```

View file

@ -37,9 +37,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-umbraco-heartcore cms-umbraco-heartcore-app
# or
```
```bash
yarn create next-app --example cms-umbraco-heartcore cms-umbraco-heartcore-app
# or
```
```bash
pnpm create next-app --example cms-umbraco-heartcore cms-umbraco-heartcore-app
```

View file

@ -36,9 +36,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example cms-wordpress cms-wordpress-app
# or
```
```bash
yarn create next-app --example cms-wordpress cms-wordpress-app
# or
```
```bash
pnpm create next-app --example cms-wordpress cms-wordpress-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-routes-proxying custom-routes-proxying-app
# or
```
```bash
yarn create next-app --example custom-routes-proxying custom-routes-proxying-app
# or
```
```bash
pnpm create next-app --example custom-routes-proxying custom-routes-proxying-app
```

View file

@ -11,9 +11,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-actionhero custom-server-actionhero-app
# or
```
```bash
yarn create next-app --example custom-server-actionhero custom-server-actionhero-app
# or
```
```bash
pnpm create next-app --example custom-server-actionhero custom-server-actionhero-app
```

View file

@ -16,8 +16,12 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-express custom-server-express-app
# or
```
```bash
yarn create next-app --example custom-server-express custom-server-express-app
# or
```
```bash
pnpm create next-app --example custom-server-express custom-server-express-app
```

View file

@ -18,8 +18,12 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-fastify custom-server-fastify-app
# or
```
```bash
yarn create next-app --example custom-server-fastify custom-server-fastify-app
# or
```
```bash
pnpm create next-app --example custom-server-fastify custom-server-fastify-app
```

View file

@ -16,8 +16,12 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-hapi custom-server-hapi-app
# or
```
```bash
yarn create next-app --example custom-server-hapi custom-server-hapi-app
# or
```
```bash
pnpm create next-app --example custom-server-hapi custom-server-hapi-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-koa custom-server-koa-app
# or
```
```bash
yarn create next-app --example custom-server-koa custom-server-koa-app
# or
```
```bash
pnpm create next-app --example custom-server-koa custom-server-koa-app
```

View file

@ -16,8 +16,12 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-polka custom-server-polka-app
# or
```
```bash
yarn create next-app --example custom-server-polka custom-server-polka-app
# or
```
```bash
pnpm create next-app --example custom-server-polka custom-server-polka-app
```

View file

@ -17,8 +17,12 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example custom-server-typescript custom-server-typescript-app
# or
```
```bash
yarn create next-app --example custom-server-typescript custom-server-typescript-app
# or
```
```bash
pnpm create next-app --example custom-server-typescript custom-server-typescript-app
```

View file

@ -17,9 +17,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example data-fetch data-fetch-app
# or
```
```bash
yarn create next-app --example data-fetch data-fetch-app
# or
```
```bash
pnpm create next-app --example data-fetch data-fetch-app
```

View file

@ -22,9 +22,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example dynamic-routing dynamic-routing-app
# or
```
```bash
yarn create next-app --example dynamic-routing dynamic-routing-app
# or
```
```bash
pnpm create next-app --example dynamic-routing dynamic-routing-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example environment-variables environment-variables-app
# or
```
```bash
yarn create next-app --example environment-variables environment-variables-app
# or
```
```bash
pnpm create next-app --example environment-variables environment-variables-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example fast-refresh-demo fast-refresh-demo-app
# or
```
```bash
yarn create next-app --example fast-refresh-demo fast-refresh-demo-app
# or
```
```bash
pnpm create next-app --example fast-refresh-demo fast-refresh-demo-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example head-elements head-elements-app
# or
```
```bash
yarn create next-app --example head-elements head-elements-app
# or
```
```bash
pnpm create next-app --example head-elements head-elements-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example headers headers-app
# or
```
```bash
yarn create next-app --example headers headers-app
# or
```
```bash
pnpm create next-app --example headers headers-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example hello-world-esm hello-world-esm-app
# or
```
```bash
yarn create next-app --example hello-world-esm hello-world-esm-app
# or
```
```bash
pnpm create next-app --example hello-world-esm hello-world-esm-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example hello-world hello-world-app
# or
```
```bash
yarn create next-app --example hello-world hello-world-app
# or
```
```bash
pnpm create next-app --example hello-world hello-world-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example layout-component layout-component-app
# or
```
```bash
yarn create next-app --example layout-component layout-component-app
# or
```
```bash
pnpm create next-app --example layout-component layout-component-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example markdoc markdoc-app
# or
```
```bash
yarn create next-app --example markdoc markdoc-app
# or
```
```bash
pnpm create next-app --example markdoc markdoc-app
```

View file

@ -18,9 +18,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example middleware middleware-app
# or
```
```bash
yarn create next-app --example middleware middleware-app
# or
```
```bash
pnpm create next-app --example middleware middleware-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example modularize-imports modularize-imports-app
# or
```
```bash
yarn create next-app --example modularize-imports modularize-imports-app
# or
```
```bash
pnpm create next-app --example modularize-imports modularize-imports-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example nested-components nested-components-app
# or
```
```bash
yarn create next-app --example nested-components nested-components-app
# or
```
```bash
pnpm create next-app --example nested-components nested-components-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example next-forms next-forms-app
# or
```
```bash
yarn create next-app --example next-forms next-forms-app
# or
```
```bash
pnpm create next-app --example next-forms next-forms-app
```

View file

@ -28,9 +28,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example progressive-render progressive-render-app
# or
```
```bash
yarn create next-app --example progressive-render progressive-render-app
# or
```
```bash
pnpm create next-app --example progressive-render progressive-render-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example react-remove-properties react-remove-properties-app
# or
```
```bash
yarn create next-app --example react-remove-properties react-remove-properties-app
# or
```
```bash
pnpm create next-app --example react-remove-properties react-remove-properties-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example redirects redirects-app
# or
```
```bash
yarn create next-app --example redirects redirects-app
# or
```
```bash
pnpm create next-app --example redirects redirects-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example remove-console remove-console-app
# or
```
```bash
yarn create next-app --example remove-console remove-console-app
# or
```
```bash
pnpm create next-app --example remove-console remove-console-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example rewrites rewrites-app
# or
```
```bash
yarn create next-app --example rewrites rewrites-app
# or
```
```bash
pnpm create next-app --example rewrites rewrites-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example script-component script-component-app
# or
```
```bash
yarn create next-app --example script-component script-component-app
# or
```
```bash
pnpm create next-app --example script-component script-component-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example ssr-caching ssr-caching-app
# or
```
```bash
yarn create next-app --example ssr-caching ssr-caching-app
# or
```
```bash
pnpm create next-app --example ssr-caching ssr-caching-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example styled-jsx-with-csp styled-jsx-with-csp-app
# or
```
```bash
yarn create next-app --example styled-jsx-with-csp styled-jsx-with-csp-app
# or
```
```bash
pnpm create next-app --example styled-jsx-with-csp styled-jsx-with-csp-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example svg-components svg-components-app
# or
```
```bash
yarn create next-app --example svg-components svg-components-app
# or
```
```bash
pnpm create next-app --example svg-components svg-components-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example using-preact using-preact-app
# or
```
```bash
yarn create next-app --example using-preact using-preact-app
# or
```
```bash
pnpm create next-app --example using-preact using-preact-app
```

View file

@ -17,9 +17,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example using-router using-router-app
# or
```
```bash
yarn create next-app --example using-router using-router-app
# or
```
```bash
pnpm create next-app --example using-router using-router-app
```

View file

@ -28,9 +28,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-ably with-ably-app
# or
```
```bash
yarn create next-app --example with-ably with-ably-app
# or
```
```bash
pnpm create next-app --example with-ably with-ably-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-absolute-imports with-absolute-imports-app
# or
```
```bash
yarn create next-app --example with-absolute-imports with-absolute-imports-app
# or
```
```bash
pnpm create next-app --example with-absolute-imports with-absolute-imports-app
```

View file

@ -8,9 +8,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
# or
```
```bash
yarn create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
# or
```
```bash
pnpm create next-app --example with-algolia-react-instantsearch with-algolia-react-instantsearch-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-ant-design with-ant-design-app
# or
```
```bash
yarn create next-app --example with-ant-design with-ant-design-app
# or
```
```bash
pnpm create next-app --example with-ant-design with-ant-design-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-aphrodite with-aphrodite-app
# or
```
```bash
yarn create next-app --example with-aphrodite with-aphrodite-app
# or
```
```bash
pnpm create next-app --example with-aphrodite with-aphrodite-app
```

View file

@ -18,9 +18,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-apollo-and-redux with-apollo-and-redux-app
# or
```
```bash
yarn create next-app --example with-apollo-and-redux with-apollo-and-redux-app
# or
```
```bash
pnpm create next-app --example with-apollo-and-redux with-apollo-and-redux-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-apollo-neo4j-graphql with-apollo-neo4j-graphql-app
# or
```
```bash
yarn create next-app --example with-apollo-neo4j-graphql with-apollo-neo4j-graphql-app
# or
```
```bash
pnpm create next-app --example with-apollo-neo4j-graphql with-apollo-neo4j-graphql-app
```

View file

@ -22,9 +22,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-apollo with-apollo-app
# or
```
```bash
yarn create next-app --example with-apollo with-apollo-app
# or
```
```bash
pnpm create next-app --example with-apollo with-apollo-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-app-layout with-app-layout-app
# or
```
```bash
yarn create next-app --example with-app-layout with-app-layout-app
# or
```
```bash
pnpm create next-app --example with-app-layout with-app-layout-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-babel-macros with-babel-macros-app
# or
```
```bash
yarn create next-app --example with-babel-macros with-babel-macros-app
# or
```
```bash
pnpm create next-app --example with-babel-macros with-babel-macros-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-carbon-components with-carbon-components-app
# or
```
```bash
yarn create next-app --example with-carbon-components with-carbon-components-app
# or
```
```bash
pnpm create next-app --example with-carbon-components with-carbon-components-app
```

View file

@ -46,9 +46,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-cerebral with-cerebral-app
# or
```
```bash
yarn create next-app --example with-cerebral with-cerebral-app
# or
```
```bash
pnpm create next-app --example with-cerebral with-cerebral-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-chakra-ui with-chakra-ui-app
# or
```
```bash
yarn create next-app --example with-chakra-ui with-chakra-ui-app
# or
```
```bash
pnpm create next-app --example with-chakra-ui with-chakra-ui-app
```

View file

@ -18,9 +18,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-clerk with-clerk-app
# or
```
```bash
yarn create next-app --example with-clerk with-clerk-app
# or
```
```bash
pnpm create next-app --example with-clerk with-clerk-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-compiled-css with-compiled-css-app
# or
```
```bash
yarn create next-app --example with-compiled-css with-compiled-css-app
# or
```
```bash
pnpm create next-app --example with-compiled-css with-compiled-css-app
```

View file

@ -22,9 +22,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-context-api with-context-api-app
# or
```
```bash
yarn create next-app --example with-context-api with-context-api-app
# or
```
```bash
pnpm create next-app --example with-context-api with-context-api-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-couchbase with-couchbase-app
# or
```
```bash
yarn create next-app --example with-couchbase with-couchbase-app
# or
```
```bash
pnpm create next-app --example with-couchbase with-couchbase-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-cssed with-cssed-app
# or
```
```bash
yarn create next-app --example with-cssed with-cssed-app
# or
```
```bash
pnpm create next-app --example with-cssed with-cssed-app
```

View file

@ -20,9 +20,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-custom-babel-config with-custom-babel-config-app
# or
```
```bash
yarn create next-app --example with-custom-babel-config with-custom-babel-config-app
# or
```
```bash
pnpm create next-app --example with-custom-babel-config with-custom-babel-config-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-cxs with-cxs-app
# or
```
```bash
yarn create next-app --example with-cxs with-cxs-app
# or
```
```bash
pnpm create next-app --example with-cxs with-cxs-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-cypress with-cypress-app
# or
```
```bash
yarn create next-app --example with-cypress with-cypress-app
# or
```
```bash
pnpm create next-app --example with-cypress with-cypress-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-deta-base with-deta-base-app
# or
```
```bash
yarn create next-app --example with-deta-base with-deta-base-app
# or
```
```bash
pnpm create next-app --example with-deta-base with-deta-base-app
```

View file

@ -17,9 +17,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-docker-compose with-docker-compose-app
# or
```
```bash
yarn create next-app --example with-docker-compose with-docker-compose-app
# or
```
```bash
pnpm create next-app --example with-docker-compose with-docker-compose-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-draft-js with-draft-js-app
# or
```
```bash
yarn create next-app --example with-draft-js with-draft-js-app
# or
```
```bash
pnpm create next-app --example with-draft-js with-draft-js-app
```

View file

@ -14,9 +14,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-dynamic-import with-dynamic-import-app
# or
```
```bash
yarn create next-app --example with-dynamic-import with-dynamic-import-app
# or
```
```bash
pnpm create next-app --example with-dynamic-import with-dynamic-import-app
```

View file

@ -16,9 +16,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-edgedb with-edgedb-app
# or
```
```bash
yarn create next-app --example with-edgedb with-edgedb-app
# or
```
```bash
pnpm create next-app --example with-edgedb with-edgedb-app
```

View file

@ -19,9 +19,13 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag
```bash
npx create-next-app --example with-elasticsearch with-elasticsearch-app
# or
```
```bash
yarn create next-app --example with-elasticsearch with-elasticsearch-app
# or
```
```bash
pnpm create next-app --example with-elasticsearch with-elasticsearch-app
```

Some files were not shown because too many files have changed in this diff Show more