Todomvc Relay Java Save

Relay TodoMVC with Java Backend

Project README

Relay TodoMVC with a Java Server

This is a port of the Relay TodoMVC example where the GraphQL JavaScript server is replaced with a Java server based on graphql-java.

Running

Starting the frontend:

cd app
npm install
npm start

Starting the backend: (running on port 8080)

./gradlew start

The app is now available at http://localhost:3000

Open Source Agenda is not affiliated with "Todomvc Relay Java" Project. README Source: graphql-java/todomvc-relay-java
Stars
68
Open Issues
4
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating