Skip to content

aparedes/asoiafreact

Repository files navigation

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.