CRA custom template

  • TypeScript
  • Styled components
  • Styled System with Box component and a Theme already set up
  • Modern Normalize
  • Husky pre-commit
  • Prettier
  • React Icons
  • Lint-Staged
  • GH pages auto deploy
  1. Change the name in package.json

"name": "REPO_NAME"

  1. Change the homepage in package.json

"homepage": "https://GITHUB_NAME.github.io/REPO_NAME"

  1. Unlink this remote and set a new one with the fresh repo HELP

git add .

git commit -m "init"

git push