Laconic Console App
Go to file
2020-05-23 22:37:52 -04:00
.idea Local resolver. 2020-05-23 22:37:52 -04:00
packages Local resolver. 2020-05-23 22:37:52 -04:00
.gitignore Layout with sidebar. 2020-05-23 19:01:17 -04:00
lerna.json Initial commit for Apollo client/server with express. 2020-05-23 13:13:45 -04:00
package.json Fixed lint deps for webstorm. 2020-05-23 17:21:27 -04:00
README.md Local resolver. 2020-05-23 22:37:52 -04:00
yarn.lock Local resolver. 2020-05-23 22:37:52 -04:00

Console

Apollo GraphQL client and server using express.

Tasks

POC

  • Trigger server-side wire commands (separate express path?)

Next

  • Routes.
  • Fix JsonTree (yarn link).
  • Client/server API abstraction (error handler, etc.)
  • Webpack config (remove dynamic config?)
  • https://github.com/standard/standardx (JSX)
  • Shared config.
  • Port dashboard modules with dummy resolvers.

Done