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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use npm-run-all in start NPM script

pe3 opened this issue · comments

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.