We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5caf40d + 7c5a32f commit 31fc109Copy full SHA for 31fc109
README.md
@@ -4,7 +4,8 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
4
5
## Init project
6
Start by cloning the project: https://github.com/Logan-Developer/CoachApp-React.git
7
-Open the __src/components/AxiosInterceptor.js__ file and change the __baseUrl__ constant according to the Api server base Url.
+Open the __src/components/AxiosInterceptor.js__ file and change the __baseUrl__ constant according to the Api server base Url.
8
+Execute the command __npm install__ to install the required dependances
9
10
## Start the app
11
Use the __npm start__ command to run the app in the development mode.
0 commit comments