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

https://github.com/coderade/ionic-multitab-app-template

A simple Ionic multi tab application template.
https://github.com/coderade/ionic-multitab-app-template

Last synced: 5 months ago
JSON representation

A simple Ionic multi tab application template.

Awesome Lists containing this project

README

          

## Ionic Multi Tab App Template

This project is a simple template of a multi tab application developed using Ionic.

This project is based in my other Ionic [project](https://github.com/coderade/ionic-single-view-template).

In this application you can search, reorder and delete the attractions.

### Screens

##### Home
![Home](images/home.png)

##### Artists
![Artists](images/artists.png)

##### Artist Detail
![Artist Detail](images/artist-detail.png)

##### Schedule
![Schedule](images/schedule.png)

### How to use

Download and install the Node.Js using the [NVM](https://github.com/creationix/nvm).

Install the [yarn](https://yarnpkg.com/en/) following the official
[documentation](https://yarnpkg.com/lang/en/docs/install/#linux-tab).

Clone the repository and install the node modules.

`yarn install`

Install the Bower globally:

`yarn global add bower`

Install the Ionic globally:

`yarn global add ionic`

Install the Bower components:

`bower install`

After this, you can run the application.

***

#### Running the application

You can use the Ionic to serve this application.

To do this on the root of the project use the `ionic serve` command.

Then navigate your browser to http://192.168.25.110:8100 to see the app running in your browser.

#### About Ionic

For more information on Ionic please check out [IONIC](http://ionicframework.com/).