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

388 B

order page
2
siteTitle
Ema

Tutorial

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

  1. 00-hello
  2. 01-routes
  3. 02-model
  4. 03-dynamic