learn-react-app icon indicating copy to clipboard operation
learn-react-app copied to clipboard

Use npm-run-all in start NPM script

Open pe3 opened this issue 6 years ago • 1 comments

npm-run-all would work also for users using yarn who don't have npm installed.

pe3 avatar Feb 02 '19 18:02 pe3

Not sure why we need npm-run-all here because we are not really running multiple scripts. Users can either use yarn or npm to install/start the app.

tyroprogrammer avatar Feb 16 '19 23:02 tyroprogrammer