Introduction to Building an AngularJS App

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

In this lesson, we introduce our sample AngularJS application and discuss our objectives for this series.

~ 10 years ago

Hey, the video starts with the project layout already complete. It would be interesting how the author came to this layout with some comments on why this way. Is there a video series that predates this one?

john
~ 10 years ago

why not just use the code format of egghead.io. This is annoying. I don't want to have to do something different for this lesson because you don't want to follow the egghead.io code standard. Really? How hard can a getting started code base be?

wil
~ 9 years ago

You need to point more deliberately and explicitly with your mouse when you are referring to elements in the markup or javascript. There are many times when it is extremely difficult to see what you are referring to.

Julien LaPointe
~ 8 years ago

It's important to note that you should download and install the WebStorm IDE (30-day free trial: https://www.jetbrains.com/webstorm/download/) to easily run the code on localhost:63342. I started in Sublime Text 3 and my index.start.html looked completely different when I ran it.