/fileshare

File sharing application built with the WebRTC API

Primary LanguageTypeScript

About This Project

File sharing application built with React.js & simple-peer.

Built With

Setup

To get a local copy of this project up and running follow these steps.

Installation

  1. Clone the repo
    git clone https://github.com/Brandon30067308/fileshare.git
  2. Install NPM packages
    npm install
    cd client && npm install

Run Server

npm run start

Run Client

cd client && npm run start