Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 256 Bytes

npx_instructions.md

File metadata and controls

14 lines (11 loc) · 256 Bytes

If you use npm 5.1 or earlier, you can't use npx. Instead, install create-react-component-folder globally:

npm install -g create-react-component-folder

Now you can run:

crcf myComponent
or
create-react-component-folder myComponent