Package Exports
- cra-template-kenny
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cra-template-kenny) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.