Skip to content

Starter ionic project for the sample ted rss reader application in CodeCrafts Ionic Course

Notifications You must be signed in to change notification settings

codecraft-tv/ionic-starter-tedclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a starter template for a Code Craft course on developing mobile apps with the Ionic Framework.

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:

Add the URL to this github repo as the last parameter to the ionic start command:

$ sudo npm install -g ionic cordova
$ ionic start myApp <INSERT-REPO-URL>

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

$ ionic platform add ios
$ ionic build ios
$ ionic emulate 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.

Issues

Issues have been disabled on this repo, if you do find an issue or have a question please email hi@codecraftpro.com.

About

Starter ionic project for the sample ted rss reader application in CodeCrafts Ionic Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published