-
Notifications
You must be signed in to change notification settings - Fork 554
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
question about building(what should I do next to get data) #73
Comments
I believe it should automatically be making requests to the HN API, but the project maintains it's own in memory cache of the news feed indeces, so you might need to wait for a |
I change it to this:
run the project still see no data XD |
If I wan't to develop with sample data I just need to run npm start? still see no data in the default page |
HN don't have GraphQL API, so? XD |
I run
npm start
then the project runs, what should I do next to get data from HN? I need to apply for API keys?Thx!
The text was updated successfully, but these errors were encountered: