- clone the repo
git clone "https://github.com/amitanshusahu/InstamiliGram" && cd InstamiliGram
- go to
server
folder and start server
cd server && npm start
Note: you will require Node 19+ because of the --watch flag, if you have Node 18-, then
node index.js
to start the server
- go to
client
folder and start
cd ../client && npm run dev