Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 507 Bytes

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.