# Console Apollo GraphQL client and server using express. ## Tasks ### POC - [ ] Trigger server-side wire commands (mutation or separate express path?) ### Next - [ ] Config routes for services (test). - [ ] Webpack config (remove dynamic config?) - [ ] Client/server API abstraction (error handler, etc.) - [ ] Port dashboard API calls (resolve config first). - [ ] Port dashboard react modules with dummy resolvers. - [ ] Fix JsonTree (yarn link). - [ ] https://github.com/standard/standardx (JSX) ### Done - [c] Client resolvers: https://www.apollographql.com/docs/tutorial/local-state/ - [x] Test backend IPFS client request. - [x] Hash Router. - [x] Layout (with Material UI). - [x] config from provider. - [x] Error boundary. - [x] Server React app from server. - https://www.freecodecamp.org/news/how-to-set-up-deploy-your-react-app-from-scratch-using-webpack-and-babel-a669891033d4/ - [x] Monorepo for client/server. - [x] Basic React/Apollo component.