Bootstrap your next project with npm init
With the 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
Based on that knowledge, let’s create a bootstrapper package and deploy it to the...
blog.niradler.com1 min read