Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_halloname
Simple hybrid app with Ionic demonstrating usage of text input field and button event handling.
https://github.com/mdecker-mobilecomputing/ionic_halloname
android capacitor github-actions hybrid-apps ionic
Last synced: 5 days ago
JSON representation
Simple hybrid app with Ionic demonstrating usage of text input field and button event handling.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_halloname
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2019-01-12T23:20:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T10:19:22.000Z (8 months ago)
- Last Synced: 2024-11-09T22:41:03.724Z (2 months ago)
- Topics: android, capacitor, github-actions, hybrid-apps, ionic
- Language: TypeScript
- Homepage:
- Size: 5.86 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic app "Hallo Name" #
Simple app with [Ionic](https://ionicframework.com) with just one page, which demonstrates how
to implement event handling methods for buttons and how to access the value of a text input element.
----
## Screenshots ##
![Screenshot taken from "Ionic Labs" (left: Android; right: iOS)](screenshot.png)
Screenshot was taken from [Ionic Lab](https://blog.ionicframework.com/ionic-lab/).
----
## Run the app locally ##
After cloning this repository enter the following command to download all the required NPM packages into folder `node_modules`:
````
npm install
````
This may download more than 200 MBytes of packages, so it can take a while.After this you can start the preview of the app:
````
ionic serve
````
This should open the app in your local browser at the following URL: http://localhost:8100/homeA more comfortable preview mode is "Ionic Lab", which can be started with the following command:
````
ionic serve --lab
````
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.