DEV Community

Discussion on: Start your app the right way! Featuring React, styled-system, styled components and Typescript

Collapse
 
blackr1234 profile image
blackr1234

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.

Collapse
 
jdcas89 profile image
Juan David C.

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.