# ionic2-first **Repository Path**: kaig2008/ionic2-first ## Basic Information - **Project Name**: ionic2-first - **Description**: ionic2 demo - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 cordova ``` Then run: ```bash $ ionic serve ``` Build : ```bash $ ionic build android ``` More info on this can be found on the Ionic [Getting Started](http://ionicframework.com/docs/v2/getting-started/) page.