July 2015
Beginner to intermediate
192 pages
5h 24m
English
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/).
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.
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 ...
Read now
Unlock full access