Getting Started with AngularJS
I was hired by my current client in November to help them choose a technology stack for developing modern web applications. In our first sprint, we decided to look at JavaScript MVC frameworks. I suggested AngularJS, Ember.js and React. Since most of the team was new to JavaScript MVC, I decided to create a tutorial for them. I tried to make it easy so they could learn how to write a simple web application with AngularJS. I thought others could benefit from this article as well, so I asked (and received) permission from my client to publish it here.
What you'll build
You'll build a simple web application with AngularJS. You'll also add search and edit features with mock data.
What you'll need
- About 15-30 minutes
- A favorite text editor or IDE. I recommend IntelliJ IDEA.
- Git installed.
- Node.js and NPM installed.