Skip to content

Latest commit

 

History

History
executable file
·
33 lines (18 loc) · 611 Bytes

Command.example.md

File metadata and controls

executable file
·
33 lines (18 loc) · 611 Bytes

Command

my-awesome-server [<command>] [<options>]

my-awesome-server

my-awesome-server [<options>]

開発モードでサーバを起動します。

--root <path>

ルートディレクトリを指定します。(デフォルトは package.json の存在するディレクトリ)

--port <port>

起動するポートを指定します。(デフォルトは 1234)

start

my-awesome-server start [<options>]

プロダクションモードでサーバを起動します。オプションは開発モードと同様です。