Skip to content

dimaslanjaka/react-gh-pages

Repository files navigation

React With Dynamic Routes For Github Pages

LIVE DEMO | SOURCE DEMO

Features

  • React v18
  • Google Analytics (without external library, you can call window.gtag everywhere)
  • Google Adsense (without external library, you can import <Adsense /> everywhere)

Step by step to using this project

install project

npm install

change homepage url from package.json

develop

npm run start

build production

npm run build

deploy to github pages

npm run deploy

React versions