Hello //React - SPA single page Application // How to get started ?? //npx -> node package executer // how to Create ReactApp => npx create-react-app 01basicReact // how to build ReactApp => npm run built
// Better Way to Create ReactApp => npm create vite@latest