This project is part of Udacity React Nanodegree course. You can see a demo running here, http://leitura.surge.sh/
Two easy steps to run this project.
You just need to run yarn install
and yarn start
at root folder of this project to start this application.
This project needs to integrate with a local API server. In order to setup this API Server localhost you need to:
- Clone or Download API Project
- Inside
api-server
folder, runnpm install
andnode server