1.5.0 • Published 1 year ago

cra-template-gf v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 gf
yarn create react-app my-app --template gf

Update

You can also run:

npm outdated

to check for any outdated packages and afterwards selectively update the ones you want, or:

npm update

to 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.

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago