Setting Development Environment of projects.

What you need to find out about the project to get start to work?

http-server in Ubuntu

For ubuntu users, just install node.js and npm ( node.js package manager). Node.js is available in universe so no need to add any repo. sudo apt-get install nodejs npm After that install http-server globally sudo npm install http-server -g To start http-server of yours, just type http-server in your terminal.