We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c983ada commit a18028eCopy full SHA for a18028e
app/web_development/tutorials/next-js-static-first-mdx-starterkit/package-json-scripts/page.mdx
@@ -128,11 +128,15 @@ In our run script we use two hyphen (`--`) tho indicate that it is the end of th
128
129
For example to launch the dev server on port 4000 without editing the package.json we could us this command:
130
131
-`npm run dev -- -p 4000`
+```shell
132
+npm run dev -- -p 4000
133
+```
134
135
Or to start the production server:
136
-`npm start -- -p 4000`
137
138
+npm start -- -p 4000
139
140
141
## Next.js CLI commands and NPM npx
142
0 commit comments