https://github.com/yowainwright/contentful-setup
Contentful API Setup
https://github.com/yowainwright/contentful-setup
Last synced: about 1 year ago
JSON representation
Contentful API Setup
- Host: GitHub
- URL: https://github.com/yowainwright/contentful-setup
- Owner: yowainwright
- License: mit
- Created: 2017-10-05T22:37:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T00:31:39.000Z (about 6 years ago)
- Last Synced: 2025-02-21T14:31:32.903Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: Install dependencies and start it:
```shell
npm install && npm start
```
## Affiliated links
- [Sample Project](https://app.contentful.com/spaces/le9cv2zk0uq4/api/keys/3PFS8z9pB7PyZj6y6TtwVc)
- [Requests History Example](https://discovery.contentful.com/requests/1?delivery_access_token=291eae9e1fa13aebd8a0758f3e155fa46ac35a0eebc384d44e74e025b87d81a1&preview=false&preview_access_token=3accb86b9771d462b6af5ae329c0a8e49c27b21ccd4322a991184378052455db&space_id=le9cv2zk0uq4)