Skip to content

virtual/til

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Today I Learned

A project for pulling latest posts using 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️⃣ Install dependencies and start it:

npm install && npm start

Dev

.env file:

CONTENTFUL_SPACE_ID=<spaceid>
CONTENTFUL_ACCESS_TOKEN=<accesstoken>

npm install from root

npm install from public/

nodemon index.js from root

npm start from public/

About

Today I Learned... using Contentful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published