Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 590 Bytes

notTwitter

A twitter clone w/ an added feature called Tweeths. You can tag a friend and send them an amount of ETH through a tweeth. In case you don't want to run the app, you can view a demo of the project @ https://www.youtube.com/watch?v=nXrGG41zCEA&t=2s

Instructions

  • Make sure you clone down the back-end repo @ https://github.com/hmalik88/twitter-clone-backend and have it running
  • Clone down this repo
  • cd to the folder
  • Run npm install to install all packages/dependencies
  • Run npm start to start the front-end (NOTE: the backend has to be running for persistence)