Skip to content

GregAlexJames/RushHourCordova

Repository files navigation

CrossPlatformDemo-CordovaIonic

Code Example of Cordova and Ionic Framework

Dev Setup

  1. Install latest version of NodeJS (5.3.0): ** download from https://nodejs.org/en/**
  2. Update to latest NPM (3.5.2): npm install -g npm
  3. Install latest ionic & cordova globally: npm install -g ionic cordova
  4. Install package dependencies: (from root folder) npm install

Dev Build/Run

Open 2 separate terminal instances

  1. npm run dev (builds sass and runs ionic dev server)
  2. npm run watch (watches file system for scss changes)

Note:

To prevent CORS issues during development, use chrome and the following extension: https://chrome.google.com/webstore/detail/nlfbmbojpeacfghkpbjhddihlkkiljbi?utm_source=chrome-app-launcher-info-dialog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published