-
TIL that npm can be used as a tool to bootstrap your favorite stack!
npm init [<scope>/]<name>, which is the same asnpx [<scope>/]create-<name>For example$ npm init react-appwill use thecreate-react-apppackage to bootstrap a React app. docs.npmjs.com/cli/init Jakeherringbone/1134196828562309122