Skip to content

meldio/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meldio Todo Example

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 Slack Invite Button

Installation and Setup

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 install

Next, you will need to initialize the todoapp using the steps outlined here.

Running the app

Start meldio from the todoapp directory with:

meldio run

Then, in a separate terminal window run:

npm start

You will be able to access the app on http://localhost:3000.

License

This code is free software, licensed under the MIT license. See the LICENSE file for more details.

About

Meldio Todo Example - https://www.meldio.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published