Skip to content

liangjunyi010/NetworkProject

Repository files navigation

Quick Share

A file transfer application, built with Electron & React.

Recommended IDE Setup

Project Setup

Install

$ npm install

Run

$ npm start

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Start FTP server

$ sudo node ./test/startFtpServer.js

Start SFTP server

$ sudo node ./test/startSftpServer.js