@contentful/create-contentful-app

A template for building Contentful Apps

Usage no npm install needed!

<script type="module">
  import contentfulCreateContentfulApp from 'https://cdn.skypack.dev/@contentful/create-contentful-app';
</script>

README

Create Contentful App

This project makes it easy to bootstrap Contentful Apps with React and Forma 36 (Contentful's design system).

Requirements

  • Node.js v14 or v16
  • NPM v6

Quick Overview

To start developing your app:

npx @contentful/create-contentful-app init my-first-app
cd my-first-app
npm start

To use your app, you need to create an app definition:

npx @contentful/create-contentful-app create-definition

Read more and check out the video on how to use the CLI.