Technologies used: Ionic 1.1.0, AngularJs 1.4.3 Third party Libraries: Lodash
First, you must have Ionic installed
Then go to the folder of the project, and install the plugins and third party libraries using Bower,run bower install command and then npm install
$ bower install
$ npm install
Then, run Ionic Serve
$ ionic serve