UNPKG

cra-template-kenny

Version:

A quick start Create React App template my go to dependencies and configurations

14 lines (7 loc) 507 B
# 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.