cra-template-start
v1.0.0
Published
CRA template
Maintainers
Readme
CRA template
Install
yarn create react-app new-app-name --template startIf it complains about packages which it can't find try npx:
npx create-react-app new-app-name --template start