Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

ionic-team/ionic-preview-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 20, 2018
95bf60e · Dec 20, 2018
Jan 8, 2016
Jan 8, 2016
May 30, 2017
Dec 20, 2018
Jul 13, 2017
Dec 20, 2018
Sep 21, 2016
Sep 8, 2017
May 30, 2017
May 10, 2017
Oct 6, 2017
Dec 20, 2018
Nov 8, 2017
Nov 8, 2017
Jan 11, 2017
Oct 14, 2016

Repository files navigation

Ionic Preview App

This app accompanies the Ionic component documentation.

[LIVE DEMO]

Installation & Development

  1. clone this repo: git clone https://github.com/ionic-team/ionic-preview-app.git
  2. cd ionic-preview-app
  3. npm install
  4. run ionic serve from a terminal

Running locally on the site

  1. Clone ionic-site as a sibling directory to this app: git clone [email protected]:ionic-team/ionic-site.git
  2. Follow the steps for running ionic-site locally: https://github.com/ionic-team/ionic-site#local-build
  3. Follow the steps for running this repo: https://github.com/ionic-team/ionic-preview-app#installation--development
  4. Make any changes you want to this project and then build/serve it
  5. Copy the www folder to ionic-site/dist/preview-app/: cp -R www ../ionic-site/content/dist/preview-app
  6. If the site doesn't update you may need to restart gulp watch

Updating ionic-site

ionic-site will automatically update on every commit to the master branch of this repo.