Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airsequel/examples
Example apps powered by Airsequel
https://github.com/airsequel/examples
airsequel elm example tutorial
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T16:24:40.000Z (12 months ago)
- Last Synced: 2024-05-21T03:16:50.039Z (7 months ago)
- Topics: airsequel, elm, example, tutorial
- Language: Elm
- Homepage: https://docs.airsequel.com/tutorials
- Size: 454 KB
- Stars: 2
- Watchers: 2
- 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).