Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 443 Bytes

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:

$ npm install -g ionic@beta

Then run:

$ ionic start myApp --v2

Or for TypeScript:

$ ionic start myApp --v2 --ts

More info on this can be found on the Ionic 2 Getting Started page.