Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeantessier/book-search-react-app
- Owner: jeantessier
- Created: 2021-12-13T21:10:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:47:55.000Z (about 2 months ago)
- Last Synced: 2024-10-25T01:57:30.813Z (about 2 months ago)
- Language: JavaScript
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).