/p2p-data-transfer

Primary LanguageJavaScriptMIT LicenseMIT

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!