An ionic mobile application for the Pioupiou wind station
Clone the repository:
$ git clone https://github.com/pfilippi/pioupiou-mobile-app.git directory
$ cd directory
Install ionic:
$ npm install -g cordova ionic
Install dev dependencies:
$ npm install
Install project dependencies:
$ bower install
Serve your app:
$ ionic serve