hsandstromOM / a4-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product catalogue web application

This is an example application built in Angular. In the default setup the app gets content from the Contentful read-only Product Catalogue Space Template. Our example applications for iOS and Android happen to use the same space template as well.

This repository is the base for the Using Contentful in an Angular project tutorial.

What is Contentful

Contentful is a content management platform for web applications, mobile apps and connected devices. It allows you to create, edit & manage content in the cloud and publish it anywhere via powerful API. Contentful offers tools for managing editorial teams and enabling cooperation between organizations.

Screenshots of Product Catalogue Web demo App

Live Demo

The real benefit of the app is the capability to connect it to any space which uses the Product Catalogue Space Template. Once the app is connected to a user-controlled version of the Product Catalogue Space Template, all changes to the space in the Contentful UI will be reflected in the app.

  1. Prepare a Contentful demo space
  2. Connect the space to the demo application

Getting started

  • Clone or fork this repository
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:4200

Links

This repository is the base for the Using Contentful in an Angular project.

There are also other implementations of the product catalogue demo available for iOS and Android

This is a project created for tutorial purposes and not officially supported. Report problems via the issues page but please don't expect a quick and prompt response.

About

License:MIT License


Languages

Language:TypeScript 65.2%Language:HTML 22.3%Language:JavaScript 6.9%Language:CSS 5.6%