Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`