https://github.com/stackblitz/ionic-cli-template
https://github.com/stackblitz/ionic-cli-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackblitz/ionic-cli-template
- Owner: stackblitz
- Created: 2017-08-08T22:07:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T09:45:25.000Z (over 7 years ago)
- Last Synced: 2025-02-25T11:07:42.092Z (11 months ago)
- Language: CSS
- Size: 1.56 MB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {BLITZ_PROJECT_SLUG}
[Edit this project on StackBlitz](https://stackblitz.com/edit/{BLITZ_PROJECT_SLUG})
This is a starter template for [Ionic](http://ionicframework.com/docs/) projects.
## How to use this template with the Ionic CLI:
First you need to run `npm install`.
After that, to preview in your browser simply run:
```bash
$ ionic serve
```
To preview in the emulator, run:
```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
```
Substitute ios for android if not on a Mac.