Saturday, January 21, 2017


Mobile Development with Ionic Framework setup guide
1> Install cordova/phonegap and ionic framework

go to c:progrFile/nodejs node js installtion directory and run

npm install -g cordova ionic

if you got error then disabled strict ssl

npm config set strict-ssl false

or

npm set strict-ssl false

2> Create a new ionic blank project

create a new folder D:/MobileDev

change the diretory to D:/MobileDev and run

ionic start myApp blank

ionic start myApp tabs

ionic start myApp sidemenu

run the app using command line

cd myApp

ionic serve

3>upload RNR package with config of Amdroid and ios in configuration xml file

4> download apk file from adobe site on rgestrered email

No comments:

Post a Comment