Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

My Learning spaceCreating a new application

Code Block
npx create-react-app <folder name where poroject will be created>
cd <folder name where poroject will be created>
npm install 


Info

npm install is not needed after a npx create-react-app