Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimaslanjaka/react-gh-pages

Implementation react dynamic routes for github pages deployment
https://github.com/dimaslanjaka/react-gh-pages

react react-dynamic-routes react-routes typescript

Last synced: 10 days ago
JSON representation

Implementation react dynamic routes for github pages deployment

Awesome Lists containing this project

README

        

# React With Dynamic Routes For Github Pages

[LIVE DEMO](https://dimaslanjaka.github.io/react-gh-pages) |
[SOURCE DEMO](https://github.com/dimaslanjaka/react-gh-pages/tree/gh-pages)

## Features
- React v18
- Google Analytics (without external library, you can call window.gtag everywhere)
- Google Adsense (without external library, you can import `` everywhere)

## Step by step to using this project

install project
```bash
npm install
```

change homepage url from `package.json`

develop
```bash
npm run start
```

build production
```bash
npm run build
```

deploy to github pages
```bash
npm run deploy
```

## React versions
- [react v17](https://github.com/dimaslanjaka/react-gh-pages/commit/e027555de1343ea38319dd43480d1678d10b56e9)