458 Views
With latest npm versions you can trigger npx with npm init. Try it out with:npm init react-app Basically behind the scene npm init will run npx create-react-app Base on that knowledge, let's create a bootstrapper package and deploy it to the npm registry. The bootstrapper I decided to create
0 comments