mattaya.blogg.se

Devdocs app
Devdocs app













devdocs app
  1. #Devdocs app how to
  2. #Devdocs app install
  3. #Devdocs app full
devdocs app

#Devdocs app full

You did well but you need to make some changes to make your project run online kindly follow this process carefully:ġ - you need to change repo name because of dots in repo name conflict with URL, zacastaylor it's good enough and works with me.Ģ- in package.json change homepage with new value should be " /zacastaylor"Ģ.1- change predeploy to the new value "npm run build", yarn is fine but it's not tested.ģ- in App.js change line 25 to be layout => Header.js line 37 to be ERR! This is probably not a problem with npm. Please make sure you have the correct access rights I accidentally copy pasted this on my terminal : git remote add origin now i keep getting this:Ĭloning into 'node_modules/gh-pages/.cache/ Permission denied (publickey).įatal: Could not read from remote repository. If you have any questions, please don't hesitate to ask. Then we installed gh-pages as a dev-dependencyĪnd in package.json file we added some properties homepage also in existing scripts property we added predeploy and deployĪnd created a remote repository and initialize itĪnd run npm run deploy to generate a production build and deploy it to GitHub Pages. We created React App using create-react-app This command will create a branch named gh-pages this branch host your app, and homepage property you created in package.json file hold your link for a live preview, or you can open the branch setting scroll down to GitHub Pages section you will find this:Ħ- commit and push your commit to GitHub. Git remote add origin Now deploy it to GitHub Pages. Now, create a remote GitHub repository with your app name and go back initialize this Second in the existing scripts property we to need to add predeploy and deploy.Ĥ- Create a Github repository and initialize it and add it as a remote in your local git repository.

devdocs app

The first property we need to add at the top level homepage second we will define this as a string and the value will be " is the name of the GitHub repository you created it will look like this :

#Devdocs app install

Notice You’ll need to have Node 8.10.0 or later on your local machine.ġ- First create a repository named my-app using create-react-app.Ģ- We need to install GitHub Pages package as a dev-dependency. Make sure you have Node.js and Npm installed in your machine. Install Git in your machine and Set up Git.

devdocs app

#Devdocs app how to

I will show how to create and deploy React App using create-react-app and GitHub Pages Did you build React app and want to deploy it, following these simple steps you able to deploy and showing the world your amazing app.















Devdocs app