Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 432 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 432 Bytes

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.