Run npm start
command for the project and the "example" app at the same time
#735
Labels
kind: feature
New feature or request
problem: stale
Issue has not been responded to in some time
solution: wontfix
This will not be worked on
Current Behavior
To get started developing, I run
npm start
in the main project folder, open a separate terminal, browse to theexample
subfolder, and runnpm start
there. This is cumbersome.Desired Behavior
A single command that kicks off both of the
npm start
commands above.Suggested Solution
Some sort of script that runs both at the same time without causing timing issues (see
Describe alternatives you've considered
below)Who does this impact? Who is this for?
Developers using TSDX
Describe alternatives you've considered
I have attempted to use concurrently but that causes race condition errors as sometimes one script starts before the other and vice-versa.
Additional context
Thank you for tsdx, and for the support.
The text was updated successfully, but these errors were encountered: