tyroprogrammer / learn-react-app

Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
MIT License
3.65k stars 328 forks source link

Use npm-run-all in start NPM script #18

Open pe3 opened 5 years ago

pe3 commented 5 years ago

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

tyroprogrammer commented 5 years ago

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.