Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.27 KB

JAMstack Oslo 🇳🇴

Welcome to the JAMstack Oslo Community 👋

Netlify Status

JAMstack Oslo is a group for anyone interested in Javascript, static site generation, markup, git based deployments. If you are a web developer unfamiliar with git but wanting to move away from FTP, this is also for you!

The intention of this user group is to nurture and grow a Oslo chapter of the JAMstack community. If you would like to help out, please see reach out.

What is the JAMstack?

JAMstack is a modern approach to building web sites that has the following properties.

  • JavaScript - Decoupled front- and back-end
  • API - All backend interaction are handled through API calls
  • Markup - Serve statically generated HTML

JAMstack.org has a good explanation which you can read here.