Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 269 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 269 Bytes

React ChatGPT

How to Start?

  • Clone this repository: git clone https://github.com/fatihdelice/react-chatgpt.git
  • cd backend
  • npm install
  • change the apiKey in app.js file
  • node app.js
  • open another terminal
  • cd client
  • npm install
  • npm start