Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 629 Bytes

File metadata and controls

12 lines (10 loc) · 629 Bytes

CoachApp-React

React app for a fictive coaching app. This project was bootstrapped with Create React App.

Init project

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

Start the app

Use the npm start command to run the app in the development mode.
Open http://localhost:3000 to view it in the browser.