Alex Merced converts the react project created using the React CDN into one using Create React App.
The issue I have at the end is due to a recent release of CRA the fix is below:
First uninstall create-react-app globally by this command:
npm uninstall -g create-react-app
then in your project directory:
npm install create-react-app@latest
finally:
npx create-react-app my-app
Learn more at AlexMercedCoder.com
Watch video Creating React Applications in 2020 #8 - Converting from React CDN into Create-React-App online without registration, duration hours minute second in high quality. This video was added by user Web Development with Alex Merced 08 December 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 48 once and liked it 2 people.