Template with eslint, prettier, husky pre-commit, prop-types
-
Change the name in package.json
"name": "REPO_NAME",
-
Change the homepage in package.json
"homepage": "https://GITHUB_NAME.github.io/REPO_NAME",
-
Unlink remote and set a new one with the fresh repo HELP
-
git add .
-
git commit -m "init"
-
git push