Install Nodejs download
Checking if nodejs and Npm is install correctly by typing in your terminal:
node -v
and npm -v
It should return the version of your nodejs version and NPM( package manager for nodejs).
Install Ionic CLI npm install -g ionic
.
Install Bower for manage javascript dependencies
npm install -g Bower
.
Install Project dependenciesbower install
, please choose angular 1.3.13 version, usually it is number second option.
Install NPM dependencies npm install
.
Type in your terminal ionic serve
and go to localhost:8100 on your browser or ionic automatically launch your default browser.
Please install android SDK before build the app, the application support android 4.4.4 up version API 19
Ionic platform add android
ionc build android
ionic run android
If you use Genymotion run the virtual device first, ionic will run it in your virtual device.The project use Gitflow for managing the branches and features. Each component of the application is in it separate folder following the Angular folder best practices. Gitflow references Angular folder structure