Creating React Applications in 2020 #8 - Converting from React CDN into Create-React-App

Published: 08 December 2019
on channel: Web Development with Alex Merced
48
2

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, duration hours minute second in high quality that is uploaded to the channel Web Development with Alex Merced 08 December 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 48 times and liked it 2 visitors.