Content Management with Contentful, Gatsby and Netlify
-
Template: HTML/CSS, React version 16
-
Gatsby (powered by Graphql)]: It is a React-based, GraphQL powered, static site generator, free and open source framework based on React that helps developers build blazing fast websites and apps.
-
Contentful: It is content infrastructure. It is an efficient tool for creating and managing your content online, either alone or in team.
-
Netlify: It is a great hosting service ideal for static sites. It has a nice free plan, free CDN and is blazing fast.
- Clone or download source code
git clone [email protected]:ningo-agilityio/jam-stack.git
- Change to folder
jam-stack
cd jam-stack
- Install gatsby globally
npm install -g gatsby-cli
- Run develop mode
gatsby develop
- Run build mode
gatsby build