https://github.com/ionic-team/ionic-preview-app
The Ionic Component Demos
https://github.com/ionic-team/ionic-preview-app
Last synced: 4 months ago
JSON representation
The Ionic Component Demos
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-preview-app
- Owner: ionic-team
- Archived: true
- Created: 2016-01-08T20:45:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T22:55:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T21:58:35.072Z (about 1 year ago)
- Language: HTML
- Homepage: http://ionicframework.com/docs/components/
- Size: 12.2 MB
- Stars: 843
- Watchers: 167
- Forks: 1,538
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Preview App
This app accompanies the Ionic component documentation.
[[LIVE DEMO]](http://ionicframework.com/docs/components/)
### 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 git@github.com:ionic-team/ionic-site.git`
2. Follow the steps for running `ionic-site` locally: [https://github.com/ionic-team/ionic-site#local-build](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](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.