Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 979 Bytes

project-apollo

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.

Developer Advocate

I believe the role of a developer advocate is to be able to speak to the community and understand enough to find the answer.

Running Locally

  1. Clone the repo

  2. Install dependencies

     $ yarn install
    
  3. Run the project

     $ yarn start
    
  4. Visit the demo at localhost:3000

Framework Comparisons

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.