/Vivid

NMED 3630 Assignment 1 - A Cordova-based memory game app

Primary LanguageJavaScript

Vivid

Assignment 1 in NMED 3630: Mobile Application Development
Click here to view exercise description.

Minimum requirements:

You should have node, npm, cordova, and Android studio already installed

Steps to run the project

  1. Clone the repo
  2. Enter cd Vivid
  3. npm i to install dependencies

To run locally on the browser

  1. npm run start to compile the components

To run locally on the emulator

  1. npm run install-cordova-dev to install cordova dependencies and add android as a platform
  2. npm run build-cordova to compile components as cordova-based
  3. npm run emulate to run the emulator

To deploy for production

  1. npm run build