0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Next.js】ポート番号を指定して仮想サーバーを起動する

Posted at

概要

  • ボート番号を30003001から変更したい場合npm run devに引数を設定することでポート番号を変更することが出来る。

コマンド

// ポート番号3334を指定して起動
$ npm run dev -p 3334
  • 引数-pを指定することを忘れないこと。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?