phoebeschmidt / netlify-contentful-react-static-site-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Today I learned (as static site)

or ... a "Netlify Contentful React Static Site example"

The Today I learned site

Features

  • included content model for easy setup in Contentful
  • dynamic rendering and usage of the Contentful Preview API for easier content preview in development
  • static builds for better user experience using react-snap

Requirements

Contentful – your Content Infrastructure

Netlify – your CI service and hoster

Setup

Using the Netlify Deploy Button (recommended)

Deploy to Netlify

This project can be used without files on any computer simply by configuring Contentful and Netlify. The tutorial is included in the project itself.

Set it up yourself

How to develop and make changes

$ git clone
$ npm i
$ mv .env.sample .env

About


Languages

Language:JavaScript 69.1%Language:CSS 19.5%Language:HTML 6.6%Language:Shell 4.8%