Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 285 Bytes

node-course

Node.JS code for my course. The .js files in the root are the demos used in the classes through the Node.JS course. ./exercises are incomplete to be solved by the students.

Requirements

Node >= v8

How to use

Run npm install

Execute with node the desired file.