- This app is based on node.js and react.js
- This app helps in getting download links for instagram image/video.
- In this project node.js server is included for CORS.
- Also use node.js server to serve static files of react build (optional).
- copy
.env.example
to.env.local
- copy
client/.env.example
toclient/.env.local
- react client & node server, install node modules
npm run setup-dev
Run client & server
npm run dev