Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_pipesdemo
Simple Ionic app with several pages to demonstrate usage of pipes
https://github.com/mdecker-mobilecomputing/ionic_pipesdemo
angular github-actions ionic
Last synced: 6 days ago
JSON representation
Simple Ionic app with several pages to demonstrate usage of pipes
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_pipesdemo
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-11-28T21:43:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T16:53:44.000Z (24 days ago)
- Last Synced: 2024-12-18T17:42:46.540Z (24 days ago)
- Topics: angular, github-actions, ionic
- Language: TypeScript
- Homepage:
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic-App "Pipe-Demo" #
Simple [Ionic](https://ionicframework.com) app to demonstrate the usage of [pipes](https://angular.io/guide/pipes).
----
## Screenshots ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
![Screenshot 3](screenshot_3.png) ![Screenshot 4](screenshot_4.png)
![Screenshot 5](screenshot_5.png) ![Screenshot 6](screenshot_6.png)
----
## Run the app locally ##
Prerequisite: NPM package [`@ionic/cli`](https://www.npmjs.com/package/@ionic/cli) must be installed globally.
**Steps:**
1. Clone the repository.
2. Open shell in root folder of cloned repository and execute `npm install`.
3. To run app locall in browser execute `ionic serve`.
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.