JAMstack: Angular7 + MaterialDesign + Bootstrap + Netlify

A serverless material-design application

Posted by David Haley on April 01, 2019 · 1 min read

#angular  ·  #serverless  ·  #software  ·  #webdev

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:

For the rest of the post, please see the original Medium post.