My create-react-app
template.
To make use of this template you must enter this command in your console/terminal.
npx create-react-app <folder name> --template kykal
npx create-react-app . --template kykal
To create your own cra-template you can visit create-react-app website to follow its instructions.