A simple File sharing web application used to transfer files between devices connected on single local network
made using React.js and Express.js
- Open terminal in root directory and use the below cmd to start the server
npm install
Then
npm start
- Open another terminal change directory to frontend folder and run following cmds.
npm install
Then
npm run dev -- --host