In this lesson we’ll bootstrap and React application using Yarn and Create React App through the yarn create
command.
when I run yarn create react-app command I get error: An unexpected error occurred: "spawn UNKNOWN".
Me 2: "spawn UNKNOWN"
I solved it with: $ yarn global add create-react-app $ create-react-app my-app
thanks
what ATOM theme are you using? It's beautiful :)
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
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.