Lets you share your folder/finder to device via browser The main goal of this project is to let users access their media assets if there is an browser.
$ npm install
Run these scripts to start server. Pass a directory location to --path to serve it.
$ npm run start -- --path="path_to_share"
The default port is 3000, if you want to go for another one just pass a --port with number.
$ npm run start -- --path="path_to_share" --port=8080
After you enter Installation and Start script. There will be an accessible IP Address and Port number, use that on your browser.