boilerplate-javascript icon indicating copy to clipboard operation
boilerplate-javascript copied to clipboard

Boilerplate project for getting started using javascript with Contentful

Results 5 boilerplate-javascript issues
Sort by recently updated
recently updated
newest added

This pull request adds a catalog-info file to the repository. You will need to modify the values inside before merging it.

## Summary This pull request is to update the `contentful` module. With this update, more configuration for the client can be set. ## Description With the update to the module,...

Update readme to reflect use of `const` instead of `var` in the boilerplate project

Readme uses 'var' and index.js uses 'const'. They should match.

Can we add a screenshot (of Gif) of the expected output? Perhaps a gif of the console while the boilerplate is running? It's very valuable when you can see the...