bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Node.js

Node.js

Module Basics

Module Basics focused on Node.js Modules and related concepts.

Lesson 1visual

Node.js Modules

Node.js Modules

3 min
Read lesson →
Lesson 2

Node.js ES Modules

Introduction to ES Modules ES Modules (ESM) is the official standard format for packaging JavaScript code for reuse. It was introduced in ES6 (ES2015) and is now supported in Node.js. Prior to ES Mod…

6 min
Read lesson →
Lesson 3

Node.js NPM

Node.js NPM

3 min
Read lesson →
Lesson 4

Node.js package.json

Node.js package.json

3 min
Read lesson →
Lesson 5

Node.js NPM Scripts

Node.js NPM Scripts

2 min
Read lesson →
Lesson 6

Node.js Managing Dependencies

Node.js Managing Dependencies

5 min
Read lesson →
Lesson 7

Node.js Publish a Package

What Does it Mean to Publish a Package? Publishing a package means making your Node.js module or project available for others to install and use via the npm registry. This is how open-source librarie…

4 min
Read lesson →