This is the base template for Ionic 2 starter apps.
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.