cra-template-kenny
v0.2.6
Published
A quick start Create React App template my go to dependencies and configurations
Downloads
6
Maintainers
Readme
cra-template-kenny
An opinionated quick start Create React App template my go to dependencies and configurations
Usage
npx create-react-app your-project-name --template cra-template-kenny --use-npm
npx command installs the most recent stable version of CRA from npm.
--template parameter points to this template
Dev dependencies and husky settings need to be manually added after finishing installation (limitation of CRA templates). Add this at the end of the packages.json, modify if needed.