React app for a fictive coaching app. This project was bootstrapped with Create React App.
Start by cloning the project: https://github.com/Logan-Developer/CoachApp-React.git
Open the src/components/AxiosInterceptor.js file and change the baseUrl constant according to the Api server base Url.
Execute the command npm install to install the required dependances
Use the npm start command to run the app in the development mode.
Open http://localhost:3000 to view it in the browser.