brainartfu / p2p-data-transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide for local deployment -

  1. Clone the repository
git clone https://github.com/brainartfu/p2p-data-transfer.git
  1. Change the working directory
cd p2p-data-transfer
  1. Install dependencies
npm install
  1. Change the working directory
cd client
  1. Install dependencies
yarn install
  1. Run the app
npm start in parent directory /p2p-data-transfer
yarn start in directory /p2p-data-transfer/client
  1. Open project at http://localhost:3000

🌟 You are all set!

Thanks!

About

License:MIT License


Languages

Language:JavaScript 73.9%Language:CSS 25.4%Language:HTML 0.7%