https://github.com/airsequel/examples
Example apps powered by Airsequel
https://github.com/airsequel/examples
airsequel elm example tutorial
Last synced: 12 days ago
JSON representation
Example apps powered by Airsequel
- Host: GitHub
- URL: https://github.com/airsequel/examples
- Owner: Airsequel
- License: mit
- Created: 2022-10-19T09:14:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T14:44:46.000Z (5 months ago)
- Last Synced: 2026-04-29T17:41:39.891Z (about 2 months ago)
- Topics: airsequel, elm, example, tutorial
- Language: Elm
- Homepage: https://docs.airsequel.com/tutorials
- Size: 459 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# 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][0].
[0]: https://docs.airsequel.com/tutorials/how-to-build-a-todo-app-with-airsequel-and-elm
The code for the app is in
[elm-simple-todo-app/src](./elm-simple-todo-app/src).
### Simple Todo App with React
More documentation in it's dedicated
[readme.md](./react-simple-todo-app/readme.md).
## Functions
Example of Airsequel functions written in various languages.
### PureScript Template
Simple template for writing Airsequel functions in PureScript:
[purescript-function](./purescript-function).