cordovaionic-frameworkhybrid-mobile-app

How to build out ionic app


So.. I'm creating an app for a client, the problem is..
I am new to ionic, (I used to create apps using cordova)

I am confused, How do I build out the ionic app?
I am very new to Ionic.

Thanks btw😀


Solution

  • First you need to install node.js once you have that installed go to the command line type in:

    npm install -g cordova ionic
    

    Or if that does not work do this:

    npm install -g cordova
    

    And then like this

    npm install -g ionic
    

    Once you have that done to start a project you have to do this: 1.) Navigate to where you want your project at. 2.) Type this: ionic start [appName] blank And select no for creating a account. 3.) To start the app go to the into your [appName] and type in the command line: ionic start and select one of the options and then it will open in the browser.

    Use phonegap for getting .apk file, go to build.phonegap.com and zip your ionic project and upload to phonegap and then you will be able to download your .apk file