Giter Site home page Giter Site logo

ionic-app-starter's Introduction

Install

  • Install Git
  • Install Node.js
  • Install needed mobile SDKs
  • On Windows, as explained in node-gyp documentation:
    • Install Python 2.7.x. Python 3.x.y is not supported
    • Install Microsoft Visual Studio C++ 2013 (Express version works well)
  • Execute $ sudo npm install cordova --global once (don't use sudo on Windows)
  • Execute $ npm install, then wait...
  • You should now have everything you need to get started (those folders listed in ./.gitignore for example)

Run in your default Web browser (Chrome is better)

  • Execute $ npm start and enjoy ;)
  • It is possible that you'll be prompted to choose an IP address or localhost, pick the one that suits you better
  • A browser window should now open automatically, if it doesn't, go to http://:8100
  • Now everytime a file located in ./www is updated the browser will refresh, how cool is that?

Run on devices

  • For iOS, execute $ sudo npm install ios-deploy --global once (don't use sudo on Windows)
  • Setup your devices for development use first, and hook them up to your computer
  • Execute $ npm run ios and/or $ npm run android and enjoy ;)

Run on emulators

  • For iOS, execute $ sudo npm install ios-sim --global once (don't use sudo on Windows)
  • Execute $ npm run ios:emulator and/or $ npm run android:emulator and enjoy ;)
  • You can start a specific emulator using $ npm run <platform>:emulator -- --target="<target>"

Build

  • Execute $ npm run build. That's it, you now have a ./build/ directory containing the built app and this directory is automagically pushed to the phonegap-build Git branch

Infos

ionic-app-starter's People

Contributors

sebastien-p avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ionic-app-starter's Issues

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.