Skip to content

Download generated Ionic project and run from your computer

Requirement

Run build to generate web app

  1. Click on your App from App list.
  2. Click on new build button (Hammer icon on right/bottom) from build list.
  3. Select Project source builder
  4. Then click on RUN BUILD button.
  5. Wait the build progress.
  6. When the build has successful, click on DOWNLOAD button.
  7. unzip the downloaded file.

Prepare dependencies

  1. Move to the unzip file
  2. Open terminal.
  3. Run cmd 'npm i'

    If your npm version >= 7 then use 'npm i --legacy-peer-dep'

Run your webapp

  1. Run cmd 'ng serve' to start web app on browser
  2. Now navigate on localhost:4210

Publish your app to the play store et to the app store

  1. Follow the steps of this ionic documentation : Publishing Your Android or iOS App in Google Play & App Store
Back to top