Skip to content

mesutzincir/react-github-pages-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome github pages test

create-react-app react-github-pages-test

cd react-github-pages-test

git init

git add .

git commit -m "first commit"

git remote add origin https://github.com/mesutzincir/react-github-pages-test.git

git push -u origin master

npm install --save gh-pages

add "homepage":"https://mesutzincir.github.io/react-github-pages-test/" below name in package.json

add "predeploy":"npm run build" scripts section in package.json

add "deploy":"gh-pages -d build" scripts section in package.json

npm run deploy

About

it is a test project to host react app in github pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors