sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install python-software-properties python g++ make nodejs
- Run
npm start
- navigate your browser to
http://localhost:8000/app/index.html
to see the app running in your browser.