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

Опубликовано: 08 Декабрь 2019
на канале: 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


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