Demo app for GraphQL Summit 2023 "Federated Subscriptions in GraphOS" Workshop.
In this Kahoot clone, you can join quizzes, answer questions and check the leaderboard to see who's winning!
Try it out
This app requires a GraphQL endpoint running at http://localhost:4000. See the server repo for details.
-
Clone the repo.
-
Install the packages.
npm i
- Run the app, which will be available at http://localhost:5173/.
npm run dev
For any issues or problems, join us on Discordin the #summit-workshops channel.