JAM stack stuff with Tony
- What are the different parts of the architecture, do we need to pay attention to?
- Do you need templates?
- Do you need CMS?
- Static Site Generators
- Github Repo
- Build sever (CI, netlifly, codeship...)
- Hosting (netlifly, s3, github pages...)
- CMS? (dato, pageleaf, netlifly-cms....)
- API's
Where does the data live?
- Pageleaf
- Store it in Github (.md or in .json)
- Netlifly picks up build
- Netlifly deploys
- Dato
- Store it for you
- Pulll in hitting their API
- Create
.md
files in the build server (CI)
- Custom
- Postgress & Node, API (Dato)
- :( create your own UI modify the data. (maybe use Admin UI generator)