From 714b4e1d99923ef68fd39dcaf78a8de01abee193 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Mon, 10 Feb 2020 17:07:25 -0500 Subject: [PATCH] Update run instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbc2aba..40e1945 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ * `npm i -g @angular/cli` Install angular cli * `npm i` Install dependencies -### Run +### Run With Local Backend -* `npm start` +* `npm run start:local` Project server is now live at `localhost:4200`