This is a reporitory for tiShare, desktop version.
tiShare has been inspired by my former team project, SendDone.
tiShare aims to help users transfer both files and folders across cross-platform devices.
Checkout for more Documentaiton for more information and FAQ.
# Option 1.
# Run front dev server in localhost.
npm run start:front
# Electron will load the web page above.
npm run start:back
# Option 2.
# Execute above with one npm script.
npm start
# Option 1.
# Run front build.
npm run build:front
# electron-builder will build into executables or installers. Refer to its document for detail.
npm run build:back
# Option 2.
# Execute above with one npm script.
npm run build
If you want to know more about the implementation behind tiShare, You can read README in src directory.