1
0

added section to readme

This commit is contained in:
Anthony Sgueglia
2020-03-25 16:20:11 -04:00
parent 8d8e4a21e3
commit 2f6b608a4b

View File

@@ -12,10 +12,18 @@ From the root, run `npm install` to install dependencies.
From server, run `npm install` to install dependencies for the server. 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. 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 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` To start the server, run `npm start` in the server folder. You can access the game's GUI at `http://localhost:3000`