Jump starting your app development with Angular Seed

In the previous examples, we have been using Yeoman to scaffold our application. For this exercise, we will use the angular-seed project as a skeleton, on which we will start building our application.

The angular-seed project is available on GitHub and is maintained by the core AngularJS Development team, so we can be assured that it is up to date.

Let's create a folder named abo, short for Angular Box Office, and download the forked angular-seed project from the following URL:

https://github.com/areai51/angular-seed

You can choose to either download the ZIP file or clone it using Git and by typing in the following command in the terminal:

git clone https://github.com/areai51/angular-seed.git ...

Get AngularJS Web Application Development Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.