You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the tutorial /lesson1/chapter3, it informs the users to start the react front end with the command npm init react-app my-app but I think it was meant to be npx create-react-app my-app? npm init react-app simply creates a package.json. If this is an issue I can fix!
The text was updated successfully, but these errors were encountered:
In the tutorial /lesson1/chapter3, it informs the users to start the react front end with the command
npm init react-app my-app
but I think it was meant to benpx create-react-app my-app
? npm init react-app simply creates a package.json. If this is an issue I can fix!The text was updated successfully, but these errors were encountered: