porameht / nodejs-getting-started

The Node.js runtime powers back-end servers : pluralsight course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js: Getting Started

The Node.js runtime powers back-end servers : pluralsight course

  1. Getting Started with Node
  • REPL and CLI
  • Web server
  • Customizable options
  • The "process" object
  1. Modern JavaScript
  • Variables and block scopes
  • Arrow function
  • Object literals
  • Destructuring and rest/spread
  • Template string
  • Classes
  • promises and async/await
  1. NPM: Node Package Manager
  • Yarn (yarnpkg.org)
  • Why NPM
  • The npm command
  • package.json & package-lock.json
  • Semantic versioning
  • Local and global installs
  • Using npm packages in Node
  • Creating and publishing packages
  • NPX and run-scripts

About

The Node.js runtime powers back-end servers : pluralsight course


Languages

Language:JavaScript 96.0%Language:EJS 4.0%