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`