Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 873 Bytes

readme.md

File metadata and controls

38 lines (20 loc) · 873 Bytes

Airsequel Examples

Collection of simple examples to get you started with developing Airsequel-powered apps.

Webapps

Tutorials for building SPA (Single Page Application) webapps which use Airsequel as the backend via its GraphQL API.

Simple Todo App in Elm

This is the companion code for the tutorial How to build a todo app with Airsequel and Elm.

The code for the app is in elm-simple-todo-app/src.

Simple Todo App with React

More documentation in it's dedicated readme.md.

Functions

Example of Airsequel functions written in various languages.

PureScript Template

Simple template for writing Airsequel functions in PureScript: purescript-function.