From 2f6b608a4b62b7f31aab2cf283bcd41e77ce50c1 Mon Sep 17 00:00:00 2001 From: Anthony Sgueglia Date: Wed, 25 Mar 2020 16:20:11 -0400 Subject: [PATCH] added section to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e5445..767f437 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,18 @@ From the root, run `npm install` to install dependencies. From server, run `npm install` to install dependencies for the server. -# Building and running +# Running the App in Development Mode Write your Angular source code in the /src folder. +You can run the node server by moving to the server directory and running `npm start` + +The Angular Development Server can be started by running `ng serve` + +Endpoints are configured to proxy to the node server. + +# Building + Build your project using `ng build` from the root To start the server, run `npm start` in the server folder. You can access the game's GUI at `http://localhost:3000`