From 41a7aee436153a3fe877bbe4ccb973351f85c73e Mon Sep 17 00:00:00 2001 From: MSL Date: Thu, 22 Jan 2026 21:09:18 +0300 Subject: [PATCH] Update README.md --- plop-templates/example/README.md | 36 +++++++++++++++----------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/plop-templates/example/README.md b/plop-templates/example/README.md index 8766ed4ec9..758a7e0e1a 100644 --- a/plop-templates/example/README.md +++ b/plop-templates/example/README.md @@ -1,33 +1,31 @@ -# -- PLOP TITLE HERE -- example +Example: Basic Next.js App -This example shows how ------------------------- +This example demonstrates a minimal Next.js application structure suitable for learning, testing, and quick prototyping with Vercel. -## Demo +Getting Started -https://-- PLOP EXAMPLE NAME HERE --.vercel.app +You can use this example in one of the following ways. -## How to Use +One-Click Deploy -You can choose from one of the following two methods to use this repository: +Deploy the example instantly using Vercel: -### One-Click Deploy +Deploy with Vercel -Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples): +Clone and Run Locally -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/-- PLOP PATH HERE --&project-name=-- PLOP EXAMPLE NAME HERE --&repository-name=-- PLOP EXAMPLE NAME HERE --) +Create a new project using create-next-app: -### Clone and Deploy +pnpm create next-app -Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: +Then start the development server: -```bash -pnpm create next-app --example https://github.com/vercel/examples/tree/main/-- PLOP PATH HERE -- -``` +pnpm dev -Next, run Next.js in development mode: +Open http://localhost:3000 in your browser to see the result. -```bash -pnpm dev -``` +Deployment + +Deploy the project to the cloud using Vercel: -Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=edge-middleware-eap) ([Documentation](https://nextjs.org/docs/deployment)). +https://vercel.com/docs