Implementation of a twitter popularity tracking app using RxJs and React. An interesting project that combines observables with react.
Node version v8.10.0
cd server && npm install && npm start
cd frontend && yarn && yarn start
or
cd frontend && npm install && npm start
If there is an error running the frontend type
unset HOST
(Run server first)