Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 284 Bytes

node

excercises of nodejs.


Setup:

  1. install node and npm. In Ubuntu:
    • $ sudo apt-get install nodejs
    • $ sudo apt-get install npm
  2. checkout the code: $ git clone [email protected]:ljinke/node.git
  3. install the dependencies: cd ./node and then $ npm install