Skip to content

joao-duarte/Node-School

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-School

Lessons from the first Node School workshop: learnyounode.

http://thefragmentationparadox.blogspot.pt/2014/09/node-school-event.html

Install

  • sudo apt-get install nodejs (or via node.js website)
  • sudo apt-get install npm
  • npm install -g learnyounode

Simbolic Link

  • For newer versions of node.js, the command line interpreter is nodejs [...], instead of node [...], which might create confusion and errors.
  • Simbolic link allows you to change nodejs->node, and it can be done this way: sudo ln -s /usr/bin/nodejs /usr/bin/node

Running

  • Call the platform learnyounode, to see the exercises.
  • To check if your solution is right: learnyounode verify file.js

About

First lessons from Node School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors