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.
- Host: GitHub
- URL: https://github.com/coderade/ionic-multitab-app-template
- Owner: coderade
- Created: 2016-08-11T04:04:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:07:15.000Z (about 2 years ago)
- Last Synced: 2024-05-13T21:27:20.700Z (about 2 years ago)
- Language: HTML
- Homepage:
- Size: 4.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

##### Artists

##### Artist Detail

##### Schedule

### 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/).