/node-course

:mortar_board: Node.JS source code for courses given by Fiqus

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

node-course

Node.JS codebase for 5-class course given by Fiqus!

The files contained are the examples and exercises used in the classes through the whole Node.JS course.
./exercises are incomplete to be solved by the students.
./solved are the completed excercises fully resolved.

Requirements

Node >= v8
NPM >= 5
NVM >= 0.33.11

How to use

Just run npm install and there you go!
Execute with node the desired file.