Install Node and NVM.
Run node -v
to confirm you have a stable version of Node. Any even number version - i.e. 0, 2, 4, 6 – will work for the purposes of this project.
Run node server.js
and check in your terminal for a logged output to verify that your Node is running properly.
All slides for the curriculum are at http://bit.ly/2aTlwB4.
The repo's directory structure is mirrored, with all solutions included, inside the gdi-node/solutions/
directory.