Ionic2 requires Node > 6.0 and NPM > 3.0. Our team uses Node v6.11.0 and NPM v3.10.10
Install Ionic2 v2.2.2 globally
npm install -g ionic@2.2.2
Install Cordova globally
npm install -g cordova
Clone this repository
git clone https://github.com/Digilent/waveforms-live.git
Change into project directory
cd waveforms-live
Use npm to install dependencies
npm install
Test in local browser
ionic serve