This project was bootstrapped with Create React App using React Js 16.13.1 and Hooks
Before runs make sure you have Node Js installed on your machine
- Clone this repository and navigate to the web folder
- Then run yarn or npm i
- Setup the connection to the api
- Open the file serverURL.js in src/serverURL.js
- Change the value of serverURL with your server url info:
For Example://serverURL.js const serverURL = 'http://localhost:3300'; //your url here export default serverURL;
- So you can run yarn start or npm start to start the application