1.0.0 • Published 2 years ago

cra-template-sircinnamon v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

cra-template-sircinnamon

Some would say it's egotistical to name it after myself but frankly I'm just not good at naming things

This is a basic modification of the default CRA template, to my personal preferences. Changes are listed below:

  1. Tabs not spaces - Self explanatory
  2. Remove unecessary images - Multiple react logos exist in the default template. Ditch 'em.
  3. Name components with a .jsx suffix - Helpful for distiguishing syntax of each file.

One Liner Setup

npx create-react-app <projectname> --use-npm --template cra-template-sircinnamon