Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abritopach/ionic-master-detail-tabs
Sample project that shows how to build a master detail app with tabs in Ionic.
https://github.com/abritopach/ionic-master-detail-tabs
angular angular8 ionic ionic4 typescript
Last synced: 2 months ago
JSON representation
Sample project that shows how to build a master detail app with tabs in Ionic.
- Host: GitHub
- URL: https://github.com/abritopach/ionic-master-detail-tabs
- Owner: abritopach
- Created: 2019-02-26T11:20:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:21:33.000Z (about 2 years ago)
- Last Synced: 2024-10-14T21:27:16.187Z (3 months ago)
- Topics: angular, angular8, ionic, ionic4, typescript
- Language: TypeScript
- Homepage:
- Size: 4.69 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IonicMasterDetailTabs
Sample project that shows how to build a master detail app with tabs.
Technologies: Ionic, TypeScript.
![Technologies](readme_resources/technologies.png "Technologies")
## App Example
![App](readme_resources/app.gif "App")
## Running
Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.
* Test in localhost:
To run it, cd into `ionic-master-detail-tabs` and run:
```bash
npm install
ionic serve
```## Requirements
* [Node.js](http://nodejs.org/)
* [Ionic](https://ionicframework.com/getting-started#cli)