Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 562 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 562 Bytes

LiveMeteo

A simple ionic app that displays data from weather sensors

Installing

You'll need to install ionic framework and cordova in your computer

npm install -g ionic cordova

navigate to apps root directory and run

npm install

and then:

ionic serve

this will spin up a development server and serve your app in localhost:8100

Android platform

Add the android platform with the command:

ionic cordova platform add android

and build the android project with the command:

ionic cordova build android