Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 994 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 994 Bytes
logo

Threads Clone

It is a full-stack project that uses React for the frontend and Nodejs for the backend. It's a Threads clone that allows users to create an account, login, logout, follow other users, like and repost, and more.

⚙️ Libraries I used on this project

Setup

  • Open your Terminal in the file directory and type the lines below in order. (For API/Server)
    • yarn install or npm i
      # then
      yarn dev or npm run dev

  • Open your Terminal in the file directory and type the lines below in order. (For FrontEnd/Cleint)
  • yarn install or npm i
    # then
    yarn start or npm run start