1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00
ema/docs/tutorial.md

14 lines
388 B
Markdown
Raw Normal View History

---
order: 2
2022-07-18 23:44:56 +03:00
page:
siteTitle: Ema
---
# Tutorial
2022-08-06 17:50:09 +03:00
In this tutorial series, we will begin with a hello world Ema app, and then move on to writing a mood tracker that reads a CSV file of moods and renders them as a static site. Source code for this tutorial is available at: https://github.com/srid/MoodTracker-Tutorial
2022-08-06 17:50:09 +03:00
1. [[00-hello]]
2. [[01-routes]]
3. [[02-model]]
4. [[03-dynamic]]