035.1 NodeJSの基本
- LPI目標への参照
-
Web Development Essentials version 1.0, Exam 030, Objective 035.1
- 総重量
-
1
- 主な知識分野
-
-
Node.jpの概念
-
NodeJSアプリケーションの実行
-
NPMパッケージのインストール
-
- ファイル・用語・ユーティリティ
-
-
node [file.js]
-
npm init
-
npm install [module_name]
-
package.json
-
node_modules
-