Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

executable file
·
18 lines (14 loc) · 286 Bytes

nodejs-lessons

learning Node hands on on udemy.com and egghead.io

each folder contains single or multiple lessons

Prerequisits

  • installed node.js
  • installed git

Install

  • clone repo
  • cd in a lessons
npm install
node <indexfile>

Read README inside a lesson