Template with eslint, prettier, husky pre-commit, prop-types

  1. Change the name in package.json

    "name": "REPO_NAME",

  2. Change the homepage in package.json

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

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

  4. git add .

  5. git commit -m "init"

  6. git push