- Distribute packages for development (or otherwise)
- Easy setup, without need of internet
- Can be useful in hackathons or private workspaces
Place the libraries/packages you want to distribute in a folder named libs in the backend directory. Each package needs to be in a directory with the name of the language it is for. For example, bs4 goes in libs/python/
cd backend
./libshare.sh
This should start the backend server on port 8080 (can be changed otherwise from libshare.sh file or main.py file)
For starting up the frontend, we need to start our react app which is in the frontend directory.
cd frontend
npm run dev
This should have your frontend up and running. For others on the same local network to be able to access that, you can have them visit: http://your_local_ip_address
Sankhayan Bhattacharjee |
Siddharth Nikhil |
Made with ❤ by GDSC-VIT