Official post: https://ionictheme.com/travelbundle-ionic3-themes
View ID: 29adccd3 / dd57dc32
Released: August 21, 2018
Last Update: August 21, 2018
Version: 1.0.0
TravelBundle is an Ionic3 theme pack with ionBooking and tripIonic; everything to your tourism projects.
Changelog
https://ionictheme.com/travelbundle-changelog
ionBooking - Ionic 3 Hotel Booking Theme (v1.5.1)
Ionic 3 Hotel Booking Theme truly focused in hotels with Rent a Car and Tour Activities flow. Optimized to be performatic at any platform app (Android & iOS) and Web Apps (PWA).
- Ionic View ID: 29adccd3
- Demo Video:
Check more about this theme:
- https://market.ionicframework.com/themes/ionbooking
- https://ionictheme.com/ionbooking-ionic3-hotel-booking-theme
tripIonic - Ionic 3 flights cruises trains booking theme (v1.0.1)
Ionic 3 flights cruises trains booking theme, truly focused in trip tickets/flow, seek and buy flight, cruise and train ticket; with booking list history and local weather API sample and more pages. Optmized to be so much performatic at any platform app (Android & iOS) and Web Apps (PWA separated version).
- Ionic View ID: dd57dc32
- Demo Video:
Check more about this theme:
- https://market.ionicframework.com/themes/tripionic
- https://ionictheme.com/tripionic-ionic3-flights-cruises-trains-booking-theme
Setting up the theme
- Buy and Download .zip files from Gumroad and unzip each one in your respective folder. Direct link to buy on Gumroad: https://gumroad.com/l/travelbundle-ionic3-themes
- Run
npm install
to install libraries. - Run
ionic cordova resources
to generate all platforms icons and splash. - Run
ionic serve -l
, it will automatically generate a local www build and open this in your browser.
For build PWA, follow these Steps:
Run npm run build:pwa
, to generate and optimize all resources for Web Apps. Test localhost your build running: npm run serve:pwa
, run a local Http server by Express.js -> localhost:3000