This project is a simple template of a multi tab application developed using Ionic.
This project is based in my other Ionic project.
In this application you can search, reorder and delete the attractions.
Download and install the Node.Js using the NVM.
Install the yarn following the official documentation.
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.
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.
For more information on Ionic please check out IONIC.



