Skip to content

llopv/4DV608-mobile

Repository files navigation

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)

About

Advanced Software Design Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published