Tim's Blog
How to create new React project with create-react-app
npx create-react-app myApp cd myApp npm start