graphql-todomvc icon indicating copy to clipboard operation
graphql-todomvc copied to clipboard

TodoMVC demonstration of Relay / GraphQL

GraphQL TodoMVC

This project is a demonstration of building realtime data driven application with GraphQL.

Install

npm install

Build & Run

Build the application:

npm run build

Start server:

npm start

Develop

npm run dev

Deploy

Deploy to now
Deploy to Heroku