Install all necessary dependencies for server and client-vue.
cd client-vue
npm install
cd server
npm install
Run the project from the client-vue folder
cd client-vue
npm run dev --address=<YOUR-IP-ADDRESS>
Example:
npm run dev --address="192.168.1.1"
The client website is hosting at http://<YOUR-IP-ADDRESS>:8080.
The server is hosting at http://<YOUR-IP-ADDRESS>:3000.
To close it, use Ctrl+C in your cmd to terminate both process.
This can only be use in LAN networks. Larger files above 2GB have not proven to be efficiency.