Create-React-App BASICS npx create-react-app mynewappWhy 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.