simbu react1
npx create-react-app my-app cd my-app npm start (or) yarn start import logo from './logo.svg';import './App.css';
Here is what the above code is Doing:
1. Importing the React and ReactDOM libraries
2. Creating a React component
3. Taking the React component and showing it on the screen