React on Github Pages: gh-pages package not working

This page summarizes the projects mentioned and recommended in the original post on /r/codehunter

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • react-gh-pages

    Deploying a React App (created using create-react-app) to GitHub Pages

  • I am using Visual Studio Code on my Windows 10 machine. I created my React app with create-react-app. I followed this tutorial to set up my app for Github Pages. This is my package.json:

  • ign_code_foo

    code for IGN Code Foo challenge

  • { "homepage": "https://MisturDust319.github.io/ign\_code\_foo", "name": "ign\_code\_foo", "version": "0.1.0", "private": true, "dependencies": { "axios": "^0.18.0", "bootstrap": "^4.1.0", "gh-pages": "^1.1.0", "react": "^16.3.1", "react-dom": "^16.3.1", "react-scripts": "1.1.4", "reactstrap": "^5.0.0-beta.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "predeploy": "npm run build", "deploy:": "gh-pages -d build" }, "devDependencies": {}} The full source is available here

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts