Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
58 lines (36 loc) · 1.42 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.42 KB

Breakfast (AKA Client)


Structure

Codebase/Folder Description
src The react sorce code for reat (TS/React).

How to Run

Make Oauth App

You dont have to do this if you did it in the server side app

First you need to make a github Oauth app See here

These fields should be filled out like this:

Example

Fill in id

Go to ./src/Components/login/login.tsx and put your Client ID in the var ID (line 20)

Install all node moduales (Only one time, do it when you pull too)

Type the following into the command line:

$ yarn install

Run the client side dev server

Type the following into the command line:

$ yarn start

About

This is the client folder for the chat app. It sends all requests to the server.

Modules Used
Socket.io
react

Socket.io

https://socket.io/

This is a module to send and receve request faster than HTTP requests

React

https://expressjs.com/

This helps make a website!