Skip to content

Software that allows you to share any type of file on your local network.

License

Notifications You must be signed in to change notification settings

tarunregmi/share.lc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

share.lc

Thubnail

Software that allows you to share any type of file on your local network.

To run this project follow following steps:

*Note: node.js must be installed on your machine.

Clone the project:

git clone git@github.com:tarunregmi/share.lc.git

Modify share directory path at /backend/index.js:

const dataRoot = "path/to/your/shared/folder";
// example:
const dataRoot =  = "D:\projects";

Connect your devices (both sender and receiver) to same network (wifi, hotspot, etc).

Then run:

npm run this

If everything is correct so far you should see something like the following on your terminal:

> share.lc@1.0.0 this    
> node ./backend/index.js

You can now view share.lc in the browser

   Local:           http://localhost:8080    
   On Your Network: http://192.168.1.654:8080

Now you can access your shared folder from receiver device's browser using IP address at On your network. In my case it is http://192.168.1.654:8080

About

Software that allows you to share any type of file on your local network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published