## Open your Terminal and put these commands, then hit Enter npx create-react-app my-react-app cd my-react-app npm start ## Then open http://localhost:3000/ to see your app.