Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 458 Bytes

Readme.md

File metadata and controls

15 lines (9 loc) · 458 Bytes

Installation Instructions

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

Notable Commands

Run the app from a connected Android device or emulator:

npm start

Run unit tests:

npm test