Skip to content

dkayser/waveforms-live

 
 

Repository files navigation

WaveForms Live

Node And NPM Versions

Ionic2 requires Node > 6.0 and NPM > 3.0. Our team uses Node v6.11.0 and NPM v3.10.10

Developer Quick Start

  1. Install Ionic2 v2.2.2 globally

    npm install -g [email protected]
    
  2. Install Cordova globally

    npm install -g cordova
    
  3. Clone this repository

    git clone https://github.com/Digilent/waveforms-live.git
    
  4. Change into project directory

    cd waveforms-live
    
  5. Use npm to install dependencies

    npm install
    
  6. Test in local browser

    ionic serve
    

About

WaveForms Live

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.5%
  • JavaScript 22.3%
  • HTML 15.9%
  • CSS 6.3%