Ash Application Template

gvanders
2023-03-22

gvanders:

Attached is a LiveBook template which starts up an Ash / LiveView application with with a few basic things set up. This sets up a resource and shows an example of inserting and reading the data. Additionally it is has graphql set up, so the resource is served on the playground. Hopefully this can serve as a starting off point for people who want to create recipes highlight certain features, to isolate behavior so others can more easily help in debugging, or anything else you may find useful

other

jharton:

Thanks for this. I’ve never used LiveBook. Is this something we should promote or put in the repo maybe?

gvanders:

Up to you all! I could probably add the core_components to the setup cell so doing basic liveview templates and form examples is easier. It’s basically just the single file phoenix script + ash setup