/baires-photos

Photo album app with Ionic

Primary LanguageTypeScript

Baires photo app

For run the app follow the next steps:

  1. Install Ionic

    npm install -g cordova ionic
    
  2. Install dependencies

     npm i
    
  3. Test the app with the next command

     ionic serve -c
    
  4. Open your browser with the url: http://localhost:8100/

  5. Alternative you can test your app on your device with:

     ionic cordova run ios  
     ionic cordova run android
    
  6. Or you can use the Ionic Dev App for iOS or Android