laconic-console/README.md
2020-05-23 20:05:04 -04:00

29 lines
709 B
Markdown

# Console
Apollo GraphQL client and server using express.
## Tasks
### POC
- [ ] Test backend IPFS client request.
- [ ] Trigger server-side wire commands (separate express path?)
### Next
- [ ] Webpack config (remove dynamic config?)
- [ ] https://github.com/standard/standardx (JSX)
- [ ] Shared config.
- [ ] Port dashboard modules with dummy resolvers.
### Done
- [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.