LukasMarx / react-file-upload

MIT License
145 stars 121 forks source link

Typo in the tutorial #4

Open alexljamin opened 4 years ago

alexljamin commented 4 years ago

Thank you for writing such a useful tutorial as well as sharing the source code. I believe you have made slight typo in "Creating a new react project" paragraph. You have the referenced the following command: create-react-app app, which will resolve to this error:

zsh: command not found: create-react-app

Screen Shot 2020-01-05 at 11 35 42 am

Based on the Create react app repo the command should be - npx create-react-app app.

If you could fix this in the tutorial that will be great.