A web app to show books and authors with GraphQL.
- React.js - A JavaScript library for building user interfaces.
- GraphQL - A query language for your API.
- Run
cd clientto enter client folder. - Run
npm install && npm run startto run the client-side. - Run
cd serverto enter client folder. - Run
npm install && npm run startto run the server-side.