An open API service indexing awesome lists of open source software.

https://github.com/contentful/the-learning-demo

Working repo for the new Learning Demo being developed by Learning Services
https://github.com/contentful/the-learning-demo

Last synced: 10 months ago
JSON representation

Working repo for the new Learning Demo being developed by Learning Services

Awesome Lists containing this project

README

          

# Contentful Learning Demo(CRA-Version)

### Installation prerequisites

We recommend installing this demo app in an empty space - it will create 15 content types during installation. Node.js 12.18.1 or greater is recommended.

![TLD](./TLD.png)

### Get the source code and install dependencies.

```
$ git clone https://github.com/contentful/The-Learning-Demo.git .
$ npm install
```

### Run the installation script

```
$ npm run setup
```

### Important! Give your API key access to the new demo environment

![API key](./api_key.png)

### Run in the project locally

```
$ npm run start
```

### View the app in a browser

```
http://localhost:3000/
```

## Content model

![Content model simple](./winning-demo-content-model-simple.png)

![Content model full](./winning-demo-content-model.png)