Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Clipboard landing page

YuvCarl 180

@CarlTeclancing

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


i need help on how to host react apps on github pages someone help me please😢

Community feedback

Avitohol_ 190

@Avitohol1

Posted

Hi there - I saw from your package.json that you have installed gh-pages. Did you run npm run deploy and if so are there any errors that show up? Anyways this is my process on publishing to gh-pages:

  1. Install gh-pages (npm install gh-pages --save-dev)
  2. Create github repository
  3. git add .
  4. git commit -m 'first commit'
  5. git branch -M main
  6. git remote add origin https://github.com/{your_username}/{your_repo}.git
  7. git push -u origin master
  8. npm run deploy

Also, make sure you have the correct homepage in package.json Hope this helps!

Marked as helpful

0
enochlee 600

@iamenochlee

Posted

Not familiar with using github pages for react deployment, but , You can use vercel, just connect you git account and you are good to go. Well ofcourse make sure you build the project. If i couldn't convince you, well here is an article on your question Github Pages. I believe you will have to add github pages as a package dependency

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord