Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

executable file
·
36 lines (23 loc) · 570 Bytes

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/