简体   繁体   English

尝试部署我的应用程序,但在浏览器中看不到前端

[英]Trying to deploy my app, but can't see the frontend in the browser

guys.伙计们。 I'm trying to deploy my app to Gh Pages, before that I tried to deploy it Heroku...nothing works.我正在尝试将我的应用程序部署到 Gh Pages,在此之前我尝试将其部署到 Heroku ......没有任何效果。 Please help.请帮忙。 My code's here: https://github.com/ed1707/kuwerkoapp-new我的代码在这里: https://github.com/ed1707/kuwerkoapp-new

On my GH page it says that my app is published:在我的 GH 页面上,它说我的应用程序已发布: 您的网站已发布

But when I try to open it up in the brower, this is all I get:但是当我尝试在浏览器中打开它时,我得到的就是: 我的主页

What am I doing wrong?我究竟做错了什么? Am I missing codes, which I should upload to Gh page as well?我是否缺少代码,我也应该将其上传到 Gh 页面?

Thank you in advance!先感谢您!

Heroku apps include a Procfile that specifies the commands that are executed by the app on startup. Heroku 应用程序包括一个 Procfile,它指定应用程序在启动时执行的命令。 You can use a Procfile to declare a variety of process types, including:您可以使用 Procfile 来声明各种进程类型,包括:

  • Your app's web server您应用的 web 服务器
  • Multiple types of worker processes多种类型的工作进程
  • A singleton process, such as a clock一个singleton进程,比如一个时钟
  • Tasks to run before a new release is deployed在部署新版本之前运行的任务

Please review your installation configuration according to this document请根据本文档检查您的安装配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在浏览器中看不到我的App渲染(Marionette.js教程)? - Why I can't see my App rendering in the browser(Marionette.js tutorial)? 我在浏览器控制台中看不到 react lint 错误 - I can't see react lint errors in my browser console 无法部署待办事项; 无法删除容器(待办事项前端) - Can't deploy todos; Failed to remove container (todos-frontend) 为什么浏览器看不到我的模块? - Why the browser doesn't see my module? 为什么我无法从浏览器中看到我的js文件-tomcat 7 - Why i can't see my js file from browser - tomcat 7 解析geojson文件后,为什么在浏览器中看不到地图? - Why can't I see the map in my browser after parsing the geojson file? 试图使webGL(2d)绘图起作用。 看不到我的三角形 - Trying to get webGL (2d) drawing to work. Can't see my triangles 为什么我无法在原始React Web应用程序的首页上看到测试文本? - Why can't I see my test text on the front page of my original React web app? 可以在控制台中看到JSON数据,无法呈现到浏览器 - Can see JSON data in console, can't render to browser 无法将我的应用程序部署到Heroku。 错误:clean-webpack-plugin仅接受一个选项对象 - Can't deploy my app to Heroku. Error: clean-webpack-plugin only accepts an options object
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM