Skip to content

papsot/LiveMeteoDemo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published