A JAMstack is a web front-end delivered from a CDN, not from a back-end service (e.g., Ruby on Rails, Node, Golang, etc.). Dynamic content is rendered with client-side Javascript and APIs, not server-side. This means the front-end (aka client application) is decoupled from the back-end (aka service/API).
This post goes over building:
- a Netlify project template for:
- a JAMstack Angular hello world,
- styled with Material Design + Bootstrap
- with the MD-Bootstrap-Angular framework
- with angular-fontawesome support
For the rest of the post, please see the original Medium post.