Laconic Console App
Go to file
2020-05-24 09:55:36 -04:00
.idea Local resolver. 2020-05-23 22:37:52 -04:00
packages Test mutation. 2020-05-24 09:55:36 -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 Test mutation. 2020-05-24 09:55:36 -04:00
yarn.lock Test mutation. 2020-05-24 09:55:36 -04:00

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