Exercise 3 in NMED 3630: Mobile Application Development
Click here to view exercise description.
You should have node, npm, cordova, and Android studio already installed
- Clone the repo
- Enter
cd iRecommend
npm i
to install dependencies
npm run start
to compile the components
npm run install-cordova-dev
to install cordova dependencies and add android as a platformnpm run build-cordova
to compile components as cordova-basednpm run emulate
to run the emulator
npm run build