Meldio is an open source GraphQL backend for building delightful mobile and web apps.
See our start building guide for detailed instructions on getting started with Meldio.
This example incorporates a React and Relay web application backed by the Meldio server. The example illustrates Meldio security features and server-side mutations.
Need help? Join our Slack channel
First, you will need to install Meldio following these instructions
Then, install this example from source using the following steps:
git clone https://github.com/meldio/todoapp.git
cd todoapp
npm installNext, you will need to initialize the todoapp using the steps outlined here.
Start meldio from the todoapp directory with:
meldio runThen, in a separate terminal window run:
npm startYou will be able to access the app on http://localhost:3000.
This code is free software, licensed under the MIT license. See the LICENSE file for more details.