Bootstrap your next project with npm init

added by JavaScript Kicks
4/17/2019 7:09:28 AM

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