Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeantessier/book-search-react-app

A sample SPA that showcases a React with a GraphQL backend and React Router
https://github.com/jeantessier/book-search-react-app

Last synced: about 1 month ago
JSON representation

A sample SPA that showcases a React with a GraphQL backend and React Router

Awesome Lists containing this project

README

        

# Book Search React App

This project is a simple search front to the
[`node_graphql_federation`](https://github.com/jeantessier/book-reviews/tree/master/node_graphql_federation)
variation of the
[`book-reviews`](https://github.com/jeantessier/book-reviews) app. You
will need to have that variation up and running on port `4000`.

## To Run

```shell
yarn start
```

Then point your browser to [localhost:3000](http://localhost:3000/).