This is my personal react/typescript template for Create React App that includes all of the things I normally add to my react app repositories when setting up a new project.
To use this template, use the following script:
npx create-react-app my-app --template file:./cra-template-randomashes
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.