The monorepo for common inless packages.
App is just a library bundling some logic. Like node-editor, that could be easyly imported and started with some parameters.
Service is a project with continues delivery solution. Services could communicate between each other.
Each package is placed inside pacakges dir and should follow next name style:
util-${name}- for util packages likeutil-cycler. An util package shouldn't be overloaded with a specific app logicui-${name}- for ui packages. E.g.ui-scenecontains all components and base styles forscene(todo: describe what's scene).app-${name}- for applications likeapp-editorthat contains all logic for node editor.