Ionic 2 Preview App
This app accompanies the Ionic 2 component documentation.
Installation & Development
- clone this repo:
git clone git@github.com:driftyco/ionic-preview-app.git
cd ionic-preview-app
npm install
- run
ionic serve
from a terminal
Running locally on the site
- Clone
ionic-site
as a sibling directory to this app:git clone git@github.com:driftyco/ionic-site.git
- Follow the steps for running
ionic-site
locally: https://github.com/driftyco/ionic-site#local-build - Follow the steps for running this repo: https://github.com/driftyco/ionic-preview-app#installation--development
- Make any changes you want to this project and then build/serve it
- Copy the www folder to
ionic-site/dist/preview-app/
:cp -R www ../ionic-site/dist/preview-app
- 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.