Giter Site home page Giter Site logo

denebdesign / dreamhouse-mobile-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quintonwall/dreamhouse-mobile-app

0.0 2.0 0.0 4.51 MB

DreamHouse customer-facing mobile application built with the Salesforce Mobile SDK

TypeScript 38.85% HTML 14.92% CSS 37.67% JavaScript 8.56%

dreamhouse-mobile-app's Introduction

DreamHouse Mobile App

This repository hosts the source code and installation instructions for the DreamHouse mobile app. DreamHouse is an end-to-end sample application that demonstrates how to build apps on the Salesforce platform. Visit the DreamHouse Microsite for more information.

Install the Salesforce Back-end

Follow these instructions to install the Salesforce back-end.

Install the Application

  1. Install the latest version of Cordova and Ionic 2 beta:

    npm install -g cordova ionic
    

    or (Mac):

    sudo npm install -g cordova ionic
    
  2. Clone this repository:

    git clone https://github.com/dreamhouseapp/dreamhouse-mobile-app
    
  3. Navigate to the dreamhouse-mobile-app directory:

    cd dreamhouse-mobile-app
    
  4. Install the dependencies:

    npm install
    

Run in your Browser

  1. On the command line, make sure you are in the dreamhouse-mobile-app directory:

  2. Type the following command to run the app in the browser:

    ionic serve
    
    • If you don't see the OAuth window, enable popups and try again.
    • Make sure you log in the org you installed the DreamHouse package in.

Build and Run on an iOS Device

  1. Install the required plugins (including the Salesforce Mobile SDK plugin) and platform from config.xml:

    cordova prepare
    

    The Salesforce Mobile SDK plugin currently requires cordova-ios version 4.2.0 which is automatically installed by cordova prepare (see engine entry in config.xml).

  2. Build the app for iOS:

    ionic build ios
    
  3. Open DreamHouse.xcodeproj in the dreamhouse-mobile-app/platforms/ios directory

  4. Click DreamHouse in the left sidebar

  5. In the Signing section, select a team corresponding to a valid certificate

  6. Click the Run button in the toolbar to run the application on your device.

dreamhouse-mobile-app's People

Contributors

ccoenraets avatar

Watchers

James Cloos avatar soooooooooo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.