App not working with ionic serve

So I am about a two weeks into learning Ionic and AngularJS. I have followed three tutorials word for word and even downloaded an already completed project from git hub. All do the same thing. the view does not load properly.

downloaded https://github.com/danielzen/ionic-pouchdb-todo
cd into directory
ionic serve
this is what I get
image

Followed this tutorial
http://devgirl.org/2014/12/30/sync-data-using-pouchdb-in-your-ionic-framework-app/
step by step check a hundred time no difference
this is what I get
image

Followed a tutorial on Lynda.com
Same results

I am loosing my mind. Please any help. I promise my code is identical to the tutorials.

Are you getting errors in the console when running it? Or any errors when you ran npm install?

I think I found the problem. It was me. In all instances I was doing something different wrong.

Thank you for the help