Node.js:エントリーポイント
プログラムの開始点
Node.jsでは、エントリーポイントとなる
JavaScriptファイル
を作成し、そのファイルを
node
コマンドの引数に渡して実行するのが基本でである
エントリーポイント
(
entry point
)
server.js
npm init
Node.js:entry point
Node.js:プロジェクト
-
Node.js:プロジェクトディレクトリ
https://img.shields.io/badge/node.js-エントリーポイント-6DA55F?style=for-the-badge&logo=node.js&logoColor=white#.svg
#Node.js-term