run yarn start and yarn dev:wds in one command
Author: berkinCreated Apr 4, 2017Updated Nov 27, 2017
Labelstodo-next
Using a module like npm-run-all, it is possible to run multiple npm-scripts in parallel. Also it supports wildcard, the below script can be run as "npm-run-all -p dev:*"
{
"start": "npm-run-all -p dev:start dev:wds
}Source: verekia/js-stack-from-scratch