kristinbaumann / jamstack-trees-workshop-start

Project showing the JAMstack Principle with the Beauty of Trees :evergreen_tree: - Workshop Starting Point

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAMstack Trees 🌲 - Workshop Start

Screenshot

Why and What?

This project exemplarily shows the principle of the JAMstack with the beauty of trees 🌲 🌳 🌴

Definition of JAMstack:

"Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup." Source: https://jamstack.org/

It is a small site combining content handling (statically rendered and served) and an ecommerce connection (dynamically during runtime).

So you can manage and update static content (here awesome tree images) with Contentful, see the result here: https://jamstack-trees.netlify.com/explore.

Used tools and services: Github, Gatsby, React, Contentful, GraphQL, ...

Setup

  • Clone this repository: git clone git@github.com:kristinbaumann/jamstack-trees-workshop-start.git
  • Go into the directory and install node modules: yarn install
  • To start developing locally, run gatsby develop. Your site is on http://localhost:8000

The project is built on top of Gatsby's default starter. You can find more documentation here: https://github.com/gatsbyjs/gatsby-starter-default

About

Project showing the JAMstack Principle with the Beauty of Trees :evergreen_tree: - Workshop Starting Point

License:MIT License


Languages

Language:CSS 87.3%Language:JavaScript 12.7%