From 81df276d99611e3b8d635beb9f4db285ce56a0b5 Mon Sep 17 00:00:00 2001 From: umut0 Date: Tue, 23 Oct 2018 07:13:48 +0200 Subject: [PATCH] readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4572c8c..35ce3c6 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,32 @@ ### openSenseApp starter +- This IONIC 3 project was generated with IONIC CLI + - https://ionicframework.com/docs/cli/ - please fork this repository to develop your apps - ### Prequesites - - Node + NPM (nvm) +- Node + NPM (nvm) - https://www.npmjs.com/get-npm - preferably use the latest 8.x.x release - - IONIC CLI & cordova +- IONIC CLI & cordova - https://ionicframework.com/docs/intro/installation/ +- To start this project run: + - npm install + - ionic serve + ### Development Tipps - use the IONIC CLI to generate new code - https://ionicframework.com/docs/cli/generate/ +- lots of premade components like buttons and lists: + - https://ionicframework.com/docs/components/#overview + - use IONIC CLI to test on devices - - e.g. ionic + - e.g. ionic cordova run android --device + +- senseBox page has an example how to talk to the openSenseMap Api + - please use https://api.testing.opensensemap.org for testing