0.2.6 • Published 3 years ago

cra-template-kenny v0.2.6

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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.