Skip to content

gfilippou/cra-template-gf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published