THIS PROJECT IS OUT OF DATE INSTEAD YOU SHOULD CHECK OUT NETSOCIAL
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.
- 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