Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 646 Bytes

4DV608-mobile

Advanced Software Design Project

Prerequisites

  • NodeJS and NPM, you can find them here.
  • Cordova and Ionic (sudo npm -g install cordova ionic)

prepare to run the app

# clone the project from repository
git clone https://github.com/llopv/4DV608-mobile.git

# install the dependencies
npm install

# serve the app on browser
ionic serve

For serving on emulator or real device ioinic prepare android (or ios)

ionic run android (or ios)

The android platform is already added, the general approach for adding a platform is:

ionic platform add android (or ios)