Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 812 Bytes

Market Share Chat - Web Client

Into the stack:

This project was bootstrapped with Create React App using React Js 16.13.1 and Hooks

How to run:

Before runs make sure you have Node Js installed on your machine

  1. Clone this repository and navigate to the web folder
  2. Then run yarn or npm i
  3. Setup the connection to the api
    1. Open the file serverURL.js in src/serverURL.js
    2. 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;
      
  4. So you can run yarn start or npm start to start the application