learn-react-app
learn-react-app copied to clipboard
Use npm-run-all in start NPM script
npm-run-all would work also for users using yarn who don't have npm installed.
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.