diff --git a/packages/create-next-app/templates/default/README-template.md b/packages/create-next-app/templates/default/README-template.md index 007329cc4b829..6c8d82d016e67 100644 --- a/packages/create-next-app/templates/default/README-template.md +++ b/packages/create-next-app/templates/default/README-template.md @@ -57,7 +57,7 @@ Read more about [Next's Routing](https://nextjs.org/docs/routing/introduction) In the project directory, you can run: -### `npm run dev` +### `npm run dev` (or `yarn dev`) Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. @@ -65,12 +65,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
You will also see any errors in the console. -### `npm run build` +### `npm run build` (or `yarn build`) Builds the app for production to the `.next` folder.
It correctly bundles React in production mode and optimizes the build for the best performance. -### `npm run start` +### `npm run start` (or `yarn start`) Starts the application in production mode. The application should be compiled with \`next build\` first.