We're a place where coders share, stay up-to-date and grow their careers.
npx create-react-app react-style guide --typescript
Should it be react-style-guide with two hyphens? As I find the command arguments not making sense to me. Thanks for the great article anyway.
react-style-guide
I was actually aiming for npx create-react-app react-styleguide --typescript but you can choose any name you want. Thank you for finding my mistake! Glad you enjoyed the read.
npx create-react-app react-styleguide --typescript
npx create-react-app react-style guide --typescript
Should it be
react-style-guide
with two hyphens? As I find the command arguments not making sense to me. Thanks for the great article anyway.I was actually aiming for
npx create-react-app react-styleguide --typescript
but you can choose any name you want. Thank you for finding my mistake! Glad you enjoyed the read.