luchillo17 / ionic2-starter-tutorial

This tutorial goes along with the example on Ionic v2 documentation

Home Page:http://ionicframework.com/docs/v2/getting-started/tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a starter template for Ionic 2.

How to use this template

This template does not work on its own. It is missing the Ionic library, and AngularJS.

To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.

With the Ionic tool:

Take the name after ionic2-starter-, and that is the name of the template to be used when using the ionic start command below:

$ sudo npm install -g ionic@alpha cordova
$ ionic start myTutorial tutorial --v2

Then, to run it, cd into myTutorial and run:

$ ionic run ios

Substitute ios for android if not on a Mac, but if you can, the ios development toolchain is a lot easier to work with until you need to do anything custom to Android.

About

This tutorial goes along with the example on Ionic v2 documentation

http://ionicframework.com/docs/v2/getting-started/tutorial/


Languages

Language:CSS 43.5%Language:JavaScript 32.8%Language:HTML 23.6%