| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a port of the Relay TodoMVC example where the GraphQL JavaScript server is replaced with a Java server based on graphql-java.
Starting the frontend:
cd app
npm install
npm startStarting the backend: (running on port 8080)
./gradlew startThe app is now available at http://localhost:3000
| Back | FazBrowse Home | New Git URL |