Creating our e-commerce app

Now that we have everything set up on the AWS side, let's start by building our AngularJS app.

As always, we will start by downloading the forked AngularJS Seed project from GitHub at https://github.com/areai51/angular-seed and getting it set up.

Before we run the npm install command, let's add a few more dependencies to our bower.json file to install angular-animate and angular-ui-router, as we are going to use these in our project.

Please modify your bower.json file as highlighted:

{
  "name": "angular-seed",
  "description": "A starter project for AngularJS",
  "version": "0.0.0",
  "homepage": "https://github.com/angular/angular-seed",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "angular": "1.2.x",
 "angular-ui-router": ...

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.