Create the react app: npx create-react-app imamba
cd imamba
npm start
You can now view the app in the browser, on the urls/ips below on port 3000

edit ./imamba/src/App.js
You should see the app in your web browser update as you make changes
Build the app:
npm run build

Upload the build folder to Cloudflare pages

click on pages, choose a name for your project

Done, the site is live at https://imamba.pages.dev , thank you Cloudflare, next step is to integrate with Cloudflare Functions
