Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 551 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 551 Bytes

GirlDevelopIt - Introduction to Node

Development

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.

Curriculum

All slides for the curriculum are at http://bit.ly/2aTlwB4.

Solutions

The repo's directory structure is mirrored, with all solutions included, inside the gdi-node/solutions/ directory.