how to create React demo application code example Example: Create React App command npx create-react-app hello-world cd hello-world && npm start