1.5.0 • Published 3 years ago
cra-template-gf v1.5.0
cra-template-gf
Custom cra template curated by your's truly, expanding upon the official TypeScript template for Create React App.
Why
When setting up quick React projects, I repeated the same setup steps, so I made this template for DRY and time-saving.
Incuded
- TypeScript
- Jest, React Testring Library
- Chakra UI, custom provider & theme
- Inter Google Font
- Error Boundary component
- Custom error logging component
Usage
Installation
To use this template, add --template gf when creating a new app:
npx create-react-app my-app --template gfyarn create react-app my-app --template gfUpdate
You can also run:
npm outdatedto check for any outdated packages and afterwards selectively update the ones you want, or:
npm updateto automatically update every package at your own risk, as this can potentially result to incompatibility issues.
More Info
For more information, refer to the official Create React App docs.