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

Description
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.

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.