/react-contentful

Example app with Webpack, React and Contentful.

Primary LanguageJavaScript

React Contentful

Setup

Rename .env.example to .env and add your own Contenful API credentials (Delivery access token, Preview access token and Space ID).

Installation

yarn install

Development

yarn run start

Build

yarn run build

Run server

yarn run server