Reader Reader

This application implements React.js through a Redux framework.

API Server

Information about the API server and how to use it can be found in its README file.

Installation

API Server

cd api-server
npm install //install packages
node server //launch server

Client

cd frontend
npm install //install packages
npm start //launch readable app