Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Dev dashboard + watcher #10

@wokalski

Description

@wokalski

Currently the development process is extremely tedious. We need multiple commands and since we don't run tsc in the watch mode, it's extremely slow. I'd like to create a dashboard based built with ink which will watch and build all packages and run the server's from one interface.

Dashboard

The user should be able to simply run yarn start-dev in the root package and they should see the dashboard. It should automatically launch all build tools and servers and relaunch them if needed. It should essentially do what yarn build in the root does + yarn start in examples/server + yarn start in examples/client all in the watch mode. I would like to avoid running watch mode directly but tsc is too slow so we cannot avoid that.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions