-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the top page is blank. #2
Comments
@wenbo i will look into it. |
@philolo1 Thanks for your reply. diff --git a/src/app/index.jsx b/src/app/index.jsx
index 49c134e..43cceb1 100644
--- a/src/app/index.jsx
+++ b/src/app/index.jsx
@@ -4,7 +4,7 @@ import AppState from './AppState';
import App from './App';
import Horizon from '@horizon/client';
-const horizon = Horizon({host: '192.81.214.88:5000'});
+const horizon = Horizon({host: 'localhost:5000'});
const appState = new AppState(horizon); |
@wenbo if you look in my code, is should print out |
@wenbo i just updated the horizon package and now its starting. but probably there are other errors. This project is like two years old, so please feel free to also do a pull request if you find any issues. Please pull the newest master, it should have an updated package.json and then delete the node_modules folder and try again. |
@philolo1
And I have no idea with the errors. |
@philolo1 |
now I wanna make a chat application using OnsenUI, So I found this cool repository with luck.
But unluckily the top page is blank as the following screenshot shows.
The steps that I run the project are as blow.
Could you have a look at it please? @philolo1
The text was updated successfully, but these errors were encountered: