contentful / boilerplate-javascript

Boilerplate project for getting started using javascript with Contentful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contentful JavaScript boilerplate project

Boilerplate project for getting started using JavaScript with Contentful

Prerequisites

  • Node v4.7.2 or greater

Start the project

1️⃣ Clone the project using the following command:

git clone https://github.com/contentful/boilerplate-javascript.git

2️⃣ Connect it to your account:

Open the boilerplate-javascript directory and update the index.js file with your API credentials as follows:

var SPACE_ID = '<space_id>'
var ACCESS_TOKEN = '<access_token>'

3️⃣ Install dependencies and start it:

npm install && npm start

About

Boilerplate project for getting started using javascript with Contentful

License:MIT License


Languages

Language:JavaScript 100.0%