Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)