Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

contentful/boilerplate-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •