This repo is a Create React App Template
This repo can be used as a template localy by cloning the repo
git clone [email protected]:toddjudd/cra-template-toddjudd.git
Then use the local copy of the repo as your create-react-app template
npx create-react-app my-app --template file:../path/to/local/repo/cra-template-toddjudd
use npm
npx create-react-app my-app --template @tracer482/cra-template-toddjudd
Submit an issue