Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzahamidi/ionic-travis-gh-pages
Ionic project: Continuous Integration with Travis for gh-pages
https://github.com/hamzahamidi/ionic-travis-gh-pages
angular continuous-integration gh-pages ionic ionic2 ionic3 ionic5 travis-ci
Last synced: 16 days ago
JSON representation
Ionic project: Continuous Integration with Travis for gh-pages
- Host: GitHub
- URL: https://github.com/hamzahamidi/ionic-travis-gh-pages
- Owner: hamzahamidi
- License: apache-2.0
- Created: 2018-03-03T19:49:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T23:56:00.000Z (over 2 years ago)
- Last Synced: 2024-10-12T06:48:05.934Z (about 1 month ago)
- Topics: angular, continuous-integration, gh-pages, ionic, ionic2, ionic3, ionic5, travis-ci
- Language: TypeScript
- Homepage: https://hamidihamza.com/ionic-travis-gh-pages/
- Size: 19.1 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Ionic Angular in Github
[![Build Status](https://travis-ci.com/hamzahamidi/ionic-travis-gh-pages.svg?branch=master)](https://travis-ci.com/hamzahamidi/ionic-travis-gh-pages)
## Table of Contents
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [App Preview](#app-preview)
- [Deploying](#deploying)
- [Progressive Web App](#progressive-web-app)
- [Android](#android)
- [iOS](#ios)## Getting Started
* [Download the installer](https://nodejs.org/) for Node LTS.
* Install the ionic CLI globally: `npm install -g ionic`
* Clone this repository: `git clone https://github.com/ionic-team/ionic-conference-app.git`.
* Run `npm install` from the project root.
* Run `ionic serve` in a terminal from the project root.## Deploying
### Progressive Web App
1. Un-comment [these lines](https://github.com/ionic-team/ionic2-app-base/blob/master/src/index.html#L21)
2. Run `npm run ionic:build --prod`
3. Push the `www` folder to your hosting service### Android
1. Run `ionic cordova run android --prod`
### iOS
1. Run `ionic cordova run ios --prod`