nodejs-hello-world
- Clone repo.
- cd into /nodejs-hello-world
- run: 'node main.js'
- open localhost:4000 in a browser tab
- Note: Does Hello World message display?
- if Yes: You've succeeded in making your first NodeJS Application!
- if No: You're so close! Try deleting the cloned project files & starting over from step 1 : )