To create a new app/project using this tool, all we need to do is run the command “create-react-app” followed by the app name . After running the above command, a new folder called “my-sample-app” will get created and that would have all of our application code.