Appendix D. Running the app

Running the app is a super-simple process. To start off, you’ll need Git (http://git-scm.com/) and, if you don’t have a local web server, you’ll need Node.js and npm (https://nodejs.org/download/).

Get the code

Once you have Git installed, go to your terminal and run the following:

cd <your-projects-folder>
git clone https://github.com/angularjs-in-action/angello
cd angello

These commands will download all of the code for the front-end app into your projects folder.

Start the server

If you have a local web server that you use, simply serve the client directory of the project. If you don’t, run the following commands in your terminal. Make sure you have installed Node.js and npm and that you are in the angello directory ...

Get AngularJS in Action 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.