Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/popovertest
https://github.com/mhartington/popovertest
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/popovertest
- Owner: mhartington
- Created: 2017-02-13T14:49:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T21:31:16.000Z (almost 8 years ago)
- Last Synced: 2024-12-07T17:44:18.133Z (20 days ago)
- Language: TypeScript
- Size: 884 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ionic 2 App Base
=====================This is the base template for Ionic 2 starter apps.
## Using this project
You'll need the Ionic CLI with support for v2 apps:
```bash
$ npm install -g ionic
```Then run:
```bash
$ ionic start myApp
```More info on this can be found on the Ionic [Getting Started](http://ionicframework.com/docs/v2/getting-started/) page.