Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 687 Bytes

Build Status

A Song of Ice And Fire App

Small project using React, Redux and ASOIAF

API

As a base it uses An API of Song And Fire but it is really a GraphQL endpoint.

Depentencies

You need to have Node to run it.

How to run it?

Easy.

git clone https://github.com/aparedes/asoiafreact.git
cd asoiafreact/
npm i
npm start

References

This project was bootstrapped with Create React App.