Advanced Software Design Project
- NodeJS and NPM, you can find them here.
- Cordova and Ionic (
sudo npm -g install cordova ionic
)
# 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)