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
Смотрите видео Creating React Applications in 2020 #8 - Converting from React CDN into Create-React-App онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Web Development with Alex Merced 08 Декабрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 48 раз и оно понравилось 2 людям.