Create-React-App

BASICS

  • npx create-react-app mynewapp
  • Why npx ? – instead of installing Create-react-app on our machine, we will just execute it. And as a result , we will get  brand new react application on our machine.

Leave a Comment