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