eosio-card-game-repo icon indicating copy to clipboard operation
eosio-card-game-repo copied to clipboard

Frontend initialize instructions incorrect?

Open kedpak opened this issue 6 years ago • 1 comments

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!

kedpak avatar Jun 01 '19 07:06 kedpak

Still noticing this issue. Result is that the localhost cannot connect.

milesizydorczak12 avatar May 18 '20 18:05 milesizydorczak12