-
Built based on this repo https://github.com/safak/chatgpt-clone/tree/completed while using this tutorial https://www.youtube.com/watch?v=8iAQ1h30n5I
-
To start the app locally:
cd
into theclient
andbackend
directories separately and runnpm install -f
to install the node modules- Within
client
, enternpm run dev
- Within
backend
, enternpm start