-
Notifications
You must be signed in to change notification settings - Fork 2
Dashboard #17
base: master
Are you sure you want to change the base?
Dashboard #17
Conversation
this is fucking awesomee |
I can't run the dashboard from the root dir. I'd ideally run " The React.js code looks great. I don't want to nitpick but I was wondering whether hooks + functions could be used here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pictures look great but I wish I could try it :D. Let me know how to run it and what you think about the refactors I've mentioned.
I try the hook/function component approach, but there the spawn wasn't worked as expected. But now we have the all of the needed bit, so I can come back and refactor it. I'll go and try what you propose and let's see 🚀 |
@@ -1,13 +1,15 @@ | |||
{ | |||
"private": true, | |||
"scripts": { | |||
"dashboard": "node packages/dashboard/run", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's why you was not able to run the dashboard. Sorry.
The dashboard runs 6 commands from all of the directories and shows the output.
We need to define the commands that are running in the watch mode to get the real benefit of this dashboard.close #10