React/Redux App

Setup

  • clone the repository

  • install dependencies with yarn:

$ yarn
$ yarn run start

The App will be running at localhost:8080

This application uses React as our view layer with Redux for state management and Found to handle routing.