Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Boilerplate project for getting started using javascript with Contentful
https://github.com/contentful/boilerplate-javascript

boilerplate boilerplate-javascript contentful javascript

Last synced: 14 days ago
JSON representation

Boilerplate project for getting started using javascript with Contentful

Awesome Lists containing this project

README

        

# Contentful JavaScript boilerplate project

Boilerplate project for getting started using JavaScript with Contentful

## Prerequisites

- **Node** v4.7.2 or greater

## Start the project

### :one: Clone the project using the following command:

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

### :two: Connect it to your account:

Open the _boilerplate-javascript_ directory and update the _index.js_ file with your API credentials as follows:

```js
var SPACE_ID = ''
var ACCESS_TOKEN = ''
```

### :three: Install dependencies and start it:

```shell
npm install && npm start
```