035.1 NodeJS Basics
- Reference to LPI objectives
-
Web Development Essentials version 1.0, Exam 030, Objective 035.1
- Weight
-
1
- Key knowledge areas
-
-
Understand the concepts of Node.js
-
Run a NodeJS application
-
Install NPM packages
-
- Partial list of the used files, terms and utilities
-
-
node [file.js]
-
npm init
-
npm install [module_name]
-
package.json
-
node_modules
-