esausilva / example-create-react-app-express

Example on using create-react-app with a Node Express Backend
https://esausilva.com/2017/11/14/how-to-use-create-react-app-with-a-node-express-backend-api/
MIT License
374 stars 141 forks source link

'concurrently' is not recognized as an internal or external command #25

Closed ghost closed 3 years ago

ghost commented 3 years ago

I was working on a project which is basically React as frontend and all the backed with Express, But was confussed how to us ethem. I cloned the repo and try runnign the "yarn dev" and it gave me the error you see in the title. I am fairly new to this type of setup so consider me as a rookie.

esausilva commented 3 years ago

You will need to run yarn to install dependencies first.