mirror of
https://github.com/sensebox/blockly-app
synced 2025-06-08 10:05:50 +02:00
readme
This commit is contained in:
parent
fac7ba9575
commit
81df276d99
1 changed files with 15 additions and 4 deletions
15
README.md
15
README.md
|
@ -1,8 +1,9 @@
|
||||||
### openSenseApp starter
|
### openSenseApp starter
|
||||||
|
|
||||||
|
- This IONIC 3 project was generated with IONIC CLI
|
||||||
|
- https://ionicframework.com/docs/cli/
|
||||||
- please fork this repository to develop your apps
|
- please fork this repository to develop your apps
|
||||||
|
|
||||||
|
|
||||||
### Prequesites
|
### Prequesites
|
||||||
|
|
||||||
- Node + NPM (nvm)
|
- Node + NPM (nvm)
|
||||||
|
@ -12,10 +13,20 @@
|
||||||
- IONIC CLI & cordova
|
- IONIC CLI & cordova
|
||||||
- https://ionicframework.com/docs/intro/installation/
|
- https://ionicframework.com/docs/intro/installation/
|
||||||
|
|
||||||
|
- To start this project run:
|
||||||
|
- npm install
|
||||||
|
- ionic serve
|
||||||
|
|
||||||
### Development Tipps
|
### Development Tipps
|
||||||
|
|
||||||
- use the IONIC CLI to generate new code
|
- use the IONIC CLI to generate new code
|
||||||
- https://ionicframework.com/docs/cli/generate/
|
- 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
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue