How to create new React project with create-react-app

How to create new React project with create-react-app
npx create-react-app myApp
cd myApp
npm start