create react app scaffolding

JavaScript
npx create-react-app my-app
cd my-app
npm start
Source

Also in JavaScript: