From 0cd6a2cf5c277201d8f461db372ad6af1ebca665 Mon Sep 17 00:00:00 2001 From: Stuart Tannehill Date: Thu, 8 Feb 2018 16:24:05 -0500 Subject: [PATCH] Update to README Added the npm command to install Angular CLI, which will be needed to install this project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7732d2f..e5df2f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is an example of a completed Front End Assessment that potential hires take It was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.5. +Run `npm install -g @angular/cli` if needed. + ## Development server Run `ng serve -aot` for a dev server with ahead of time compilation. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.