0.4.2 • Published 3 years ago

cra-template-create-contentful-app-node-15 v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create Contentful App

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

Requirements

  • Node.js v12 or v14
  • 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.