This is a sample recommendation application using Ionic and Cordova. It uses the node package manager to install dependencies. You can view dependencies in the package.json file. The file also maps terminal commands to npm install, start, and test.
- Install node and npm
- Run
npm install
Run the app from a connected Android device or emulator:
npm start
Run unit tests:
npm test