1. 1
    Bootstrap a React Application with Yarn & Create React App
    2m 18s

Bootstrap a React Application with Yarn & Create React App

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we’ll bootstrap and React application using Yarn and Create React App through the yarn create command.

Pratibha Najbile
~ 7 years ago

when I run yarn create react-app command I get error: An unexpected error occurred: "spawn UNKNOWN".

lior
~ 7 years ago

Me 2: "spawn UNKNOWN"

lior
~ 7 years ago

I solved it with: $ yarn global add create-react-app $ create-react-app my-app

Pratibha Najbile
~ 7 years ago

thanks

VentureDevs
~ 7 years ago

what ATOM theme are you using? It's beautiful :)

Andy Van Slaarsinstructor
~ 7 years ago

what ATOM theme are you using? It's beautiful :)

I'm using the Atom Material UI and Material Syntax themes here. You can find out more about my setup here: https://vanslaars.io/tools

Aron
~ 3 years ago

Small tip: if bootstraping the project in 2021 or later replace the css in your App.css with the css from Andy's github repository found under the </> Code tab.