NODESCHOOL

来源:https://nodeschool.io/zh-cn/

核心基础课程(Core)

javascripting

学习 JavaScript 语言的基础,无需任何编程经验

npm install -g javascripting

git-it

学习 Git 和 GitHub 的基本操作。

npm install -g git-it

Scope Chains & Closures

学习作用域,作用域链,闭包和垃圾回收机制的细节。

npm install -g scope-chains-closures

Elementary Electron

Make a desktop application using Node and Chromium with Electron

npm install -g elementary-electron

learnyounode

学习 Node.js 的基础:如异步 I/O、http 等。

npm install -g learnyounode

How to npm

学习如何使用和创建 npm 模块。

npm install -g how-to-npm

stream-adventure

学习使用.pipe()流(Streaming)的相关接口。

npm install -g stream-adventure

how-to-markdown

Learn how to start using Markdown — a lightweight markup language with plain text formatting syntax.

npm install -g how-to-markdown
原文地址:https://www.cnblogs.com/Logo-TPM/p/6523509.html