A simple Reddit client written with React. This project is run and built using create-react-app in order to keep things simple to maintain.
I believe the role of a developer advocate is to be able to speak to the community and understand enough to find the answer.
-
Clone the repo
-
Install dependencies
$ yarn install
-
Run the project
$ yarn start
-
Visit the demo at localhost:3000
This demo was originally created by the Montage team, and that version is linked below. The demo was recreated in other frameworks to compare various approaches in JavaScript app frameworks.