Because I’m a huge fan of dockerizing all of my development environments, I don’t want to install node, npm (or yarn), and create-react-app
in my machine, not even for generating a create-react-app scaffold. For that reason I created a simple docker image, that does only one thing, installs create-react-app and generates a create-react-app scaffold. Usage $ docker run --rm -v $PWD:/app edgargonzalez/create-react-app my-app