November 15, 2014

Install or Update PhoneGap

Install To Install, ensure that you have NodeJS installed, then open your command line and run the following: C:\> npm install -g phonegap Once installation completes, you can invoke phonegap on command line for further help. Usage $ phonegap create my-app $ cd my-app $ phonegap run android Update $ […]
November 14, 2014

Install NodeJS and MongoDB on Windows

Install Node.js It’s easy to install node.js on Windows, just go to node.js official site and download Windows installer, then execute the installer. Congratulations!!! You successfully installed node.js on Windows!!!   Install MongoDB Go to mongoDB official site to download zip file for Windows, and unzip the contents to anywhere […]