Github PagesLast updated Dec 16, 2022 Edit SourceReactでgithub pages使う方法https://web-begginer-log.com/create-react-app-gh-pages/package.json1 2 3 4 5 6 7 { "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d build", } "homepage": "./" } これを追加する必要があるSPAっぽい挙動にしたい場合React GitHub Pagesにデプロイ - create-react-appで作ったReactプロジェクトをGitHub Pagesにデプロイしてみましょう。