Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/cordova_hallonamemitbootstrap
Einfache Cordova-App, die das CSS-Framework Bootstrap verwendet
https://github.com/mdecker-mobilecomputing/cordova_hallonamemitbootstrap
bootstrap cordova
Last synced: 6 days ago
JSON representation
Einfache Cordova-App, die das CSS-Framework Bootstrap verwendet
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/cordova_hallonamemitbootstrap
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-10-11T14:33:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T08:27:47.000Z (8 months ago)
- Last Synced: 2024-04-13T23:08:57.722Z (7 months ago)
- Topics: bootstrap, cordova
- Language: HTML
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cordova-App "Hallo Name" mit Bootstrap #
This repository contains the [Cordova](https://cordova.apache.org/) project for a very simple mobile app based on the UI/CSS framework [Bootstrap](https://getbootstrap.com/),
that can be compiled to an Android app and also to an iOS app (for the latter one a MacOS computer is needed).The actual code of the app is contained in folder [www](www/).
----
## Build the app ##
Prerequisites for building the app:
* [Node.js with NPM](https://nodejs.org/en/download/) is installed.
* Java is installed and environment variable `JAVA_HOME` is defined.
* Android SDK is installed (e.g. as part of [Android Studio](https://developer.android.com/studio)) and environment variable `ANDROID_SDK_ROOT` is defined.
* Check if Cordova is installed: `cordova --version`.
If Cordova is not installed, then use the following command to install it: `npm install -g cordova`
To build the app for Android you have to open a command prompt/shell in the cloned repository folder and enter the following commands:
1. `npm install`
2. Add Android as target platform: `cordova platform add android`
3. Build the app: `cordova build android`
4. Run app in emulator (optional): `cordova run android`
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.
The repository contains some files from *Bootstrap*, which is licensed under the terms of the [MIT License](https://getbootstrap.com/docs/4.4/about/license/) and is copyrighted by Twitter.
The repository also contains *jQuery*, which is also licensed under the terms of the [MIT License](https://jquery.org/license/).