Skip to content

A simple file transfer web application used to share files between devices connected on to same local network.

Notifications You must be signed in to change notification settings

ElaraCelestia/File_Transfer

Repository files navigation

File_Transfer

A simple File sharing web application used to transfer files between devices connected on single local network

made using React.js and Express.js

How to Use

Step 1 - Starting the server

  • Open terminal in root directory and use the below cmd to start the server
npm install 

Then

npm start

Step 2 - Starting frontend

  • Open another terminal change directory to frontend folder and run following cmds.
npm install

Then

npm run dev -- --host

About

A simple file transfer web application used to share files between devices connected on to same local network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published