From c1de0e7ab0e4a9c7eb43abf4d4573976e7d3a9cd Mon Sep 17 00:00:00 2001 From: Leonardo Ronne Date: Thu, 26 Mar 2020 23:58:43 -0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53f69b0..8fc84ce 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@

- Project   |    - Techs   |    - Installation   |    - Test   |    - Contributing   |    - License + Project   |    + Techs   |    + Installation   |    + Test   |    + Contributing   |    + License


@@ -49,12 +49,18 @@ To start the application server on your local machine, from the root folder, jus yarn start ``` +
+ + To start the application client (frontend), from the root folder, just run: ```sh yarn startclient ``` +
+ + Remember to change the api's [baseURL](https://github.com/leoronne/BeTheHero/blob/master/client/src/services/api.js) to your local server adress (which is set to http://localhost:8080/ at [index.js](https://github.com/leoronne/BeTheHero/blob/master/server/src/index.js)), or to your production server.